Visual Studio silently crashing

If you have an issue with Visual Studio 2008 crashing suddenly and without warning, try clearing your native image cache using the following commands at the VS command prompt:

ngen /delete *
ngen update

Worked for me when VS started crashing every time I opened a view after upgrading MVC 2 from RC2 to RTM.

This entry was posted in Fixes, Visual Studio and tagged , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Leave a Reply