RSS .92| RSS 2.0| ATOM 0.3
  • Home
  • About
  • Eric’s Toolset
  • Software
  • Software License
  •  

    Converting from Visual Studio 2005 to Visual Studio 2008

    February 15th, 2008

    I’ve just finished switching over our development environment from Visual Studio 2005 to Visual Studio 2008 (except for a C++ solution that uses boost, which will take some further effort). These are the things that I needed to do, and the gotchas I encountered.

    Read the rest of this entry »


    Automatic Test Cleanup in VS 2008

    February 14th, 2008

    I’m working on switching from VS 2005 to VS 2008. I just tried running some unit tests and got the following dialog:

    clean-up-tests.jpg

    Hooray! I’ve been trying to figure out how to implement automatic test cleanup myself, but I (fortunately) hadn’t had time to devote serious effort to it. Up to this point, the TestResults directory would just continue to grow and grow until you either went in deleted the directory or ran an Ant target we have for ensuring any testing left-overs get mopped up.