views:

45

answers:

2

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?

+2  A: 

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

codekaizen
A: 

I deleted the sou file and opened the project. It ran through a "conversion" again and then everything was fine--at least for now.

jeffspost
Great! You might consider marking the above as the answer...
codekaizen
I will as soon as it lets me. (There is a 48 hour delay before accepting your own answer) Thanks
jeffspost