Posted by Joe | Posted in Visual Studio 2008 | Posted on 25-05-2010
Recently I had a problem where I added a Visual Studio Test Project to a solution.
As part of our CI, the build server failed to build as it didn’t contain the necessary files for the test framework. One option would have been to install Visual Studio Team System on the build server, but it seems a bit crazy to do that just to get the tests to build.
I found a post here by Mark Kharitonov that explains a method to get tests building without having to install Visual Studio which worked perfectly for me.

Posted by Joe | Posted in Visual Studio 2008 | Posted on 04-02-2010
Posted by Joe | Posted in Visual Studio 2008 | Posted on 02-06-2009
The other day I was trying to add new items to my toolbox in Visual Studio 2008 and each time Visual Studio would close itself without reason. I tried the Reset Toolbox option which didn’t solve the problem.
I then tried running Visual Studio in safe mode by choosing run from the start menu and typing ‘devenv /safemode’. In safe mode I was able to get the Choose Items dialog so I just flicked through all the tabs to make sure it was working. I then closed Visual Studio and loaded it normally and everything worked as expected.
Not sure why it happened but this seemed to fix it
