Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 solution. How do I troubleshoot this problem?

like image 639
jeffspost Avatar asked Jun 29 '10 20:06

jeffspost


1 Answers

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

like image 87
codekaizen Avatar answered Oct 19 '22 03:10

codekaizen