Tuesday, August 22, 2006

Visual Studio 2005 File Open Crash

Today I had a c# project that caused VS2005 to crash whenever I tried to open a file using file->Open->File...

I think the hidden user options file (projectname.suo) had become corrupt. As soon as I deleted the .suo file I could use file open command again.

The .suo file is in the same folder as the .snl file.