4

When I start VS2010, one of my projects is unloaded. I reload the project and restart Visual Studio and the project is again unloaded.

Where is the setting that determines which projects are unloaded? I have looked in the solution and project, but I can't find anything.

Fuyu Persimmon
  • 483
  • 6
  • 13

1 Answers1

3

I believe it is stored in the .suo file.

You could try deleting that file (maybe it is corrupt). Then when you reopen the solution all the projects witll be loaded, but hopefully you will be able to unload the ones you want and get back into a happy state.

This was also discussed here: When I unload projects in visual studio, where does VS save this setting?

Community
  • 1
  • 1
Derek
  • 7,615
  • 5
  • 33
  • 58