Visual Studio Crash

Visual Studio (2008) crashed on me this morning while loading a solution I worked with yesterday. It said something like System.Windows.Forms.TabPage threw an exception ... that it could not load one of the dependency projects to my user controls.

The quick 'n easyTM fix for this, was to delete my solution options file (hidden file with extension .suo in the solution folder). The solution options file contains, amongst other things, which documents you had open last. One of those documents were surely the Main Form, which contained a TabController.

Oh, I knew you'd ask - yeah, the solution opened, built and ran just fine after deleting the .suo and re-opening the project.

Have a nice day!

/ Sami

Comments

Popular posts from this blog

Auto Mapper and Record Types - will they blend?

Unit testing your Azure functions - part 2: Queues and Blobs

Testing WCF services with user credentials and binary endpoints