This is the script that they posted to help and boy it sure did. Remember you have to run the command/console as Administrator! Note: This is not needed in V2 of the CTP, as this bug has been fixed in this version.
1: Set-Alias ngen @(
2: dir (join-path ${env:\windir} "Microsoft.NET\Framework") ngen.exe -recurse |
3: sort -descending lastwritetime
4: )[0].fullName
5: [appdomain]::currentdomain.getassemblies() | %{ngen $_.location}
No comments:
Post a Comment