Posts

Showing posts from December, 2010

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 easy TM 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