VS 2008 command system when opening solution

VS 2008 crashes when opening a solution file when it reaches the Loading Project Project Files stage.

Is there a way to stop the virtual folder of solution items from opening, or a workaround for this? The solution comes from TFS 2005 and source control.

thank

+1


source to share


4 answers


Another thing you could try is to delete the .suo file of your solution. These files contain your personal settings and can sometimes get corrupted. It also contains documents open on exit, so deleting this file clears that list as well.



+1


source


.sln (and .csproj) are just text files. This way, you can open the flash solution in a text editor and delete the entry for the offending project or item.



0


source


Have you tried creating a new solution and adding projects from the old solution to it?

0


source


I'm having an issue with Visual Studio crashing. My mine went away when I reset the window position.

I'm not sure if you are running into this.

0


source







All Articles