Visual Studio 2010 Solution Crashes when Opening
The "Preparing Solution" window come up as normal. Then about two seconds after it goes away Visual Studio crashes. It only happens to one specific s开发者_StackOverflow社区olution. How do I troubleshoot this problem?
After deleting all the .suo
files and .user
files from the project, I'd start VS with logging, and investgate from there:
http://msdn.microsoft.com/en-us/library/ms241272.aspx
It's possible some VS settings that are incompatible with your current installation state cause the crash. Delete the .suo
file, if that doesn't help, run devenv.exe /ResetSettings
.
精彩评论