If you are seeing crashes in MSCORSVW.DLL, try this, it may help (and it won’t hurt):
Start-Job {
Set-Alias ngen (dir (join-path ${env:\windir} "Microsoft.NET\Framework") ngen.exe -recurse |
sort -descending lastwritetime
)[0].fullName
ngen executequeueditems
}
For more details, see this Connect bug:

No comments yet.