I have been having a few Vista problems lately and paved my system and put Windows XP Pro back on it. I figured this was a good time to setup my development environment the way I wanted it. My goal was to have Visual Studio 2005 and Visual Studio 2008 on the same system.

Visual Studio 2005 Environment

I know Visual Studio 2008 can target the .NET Framework 2.0, which I have some client applications running, but opening a Visual Studio 2005 project in VS 2008 converts the project to a new project format and you can no longer open the project in VS 2005. The only way to do this is maintain two separate project files for each solution.

My current development environment consisted of:

  • Visual Studio 2005 with Service Pack 1
  • SQL Server 2005 Developer Edition with SQL Management Tools
  • SQL Server 2005 Express
  • .NET Framework 2.0
  • .NET Framework 3.0
  • GhostDoc 2.12 for VS 2005
  • MSDN Library
  • Visual SVN 1.31 and Subversion

My environment is pretty simple, not many add-ins. I don’t like too many add-ins as I travel to clients and if I have to work on different systems I don’t want to be handicapped by the dependency on a third party tool a developer may not have.

I installed the above tools and made sure everything worked as before with my projects. Everything worked fine.

Visual Studio 2008 Environment

I wanted to get my VS 2008 environment as close to my VS 2005 as I could with a few extra tools. The environment looks like this:

  • Visual Studio 2008
  • SQL Server 2005 Developer Edition with SQL Management Tools (already installed)
  • SQL Server 2005 Express (already installed)
  • .NET Framework 3.5
  • GhostDoc 2.12 for VS 2008
  • MSDN Library
  • Entity Framework Beta 2
  • Entity Framework Tools CTP

I was installing from a clean install but if I wasn’t and had the VS 2008 beta 2 on my system I would have had to uninstall everything first. I wrote an article for InfoQ on the subject.

I did run into a couple problems with the Entity Framework beta 2 on VS 2008. The installer fails and apparently targets a certain .NET Framework 3.5 build. A very helpful blog post from Ralf Rottmann did the trick.

NOTE: Ralf’s posts shows a way to hack the MSI file using Notepad++ but there is a better way using a tool from Microsoft called Orca, which gives a nice editor for the MSIs.

Installing the Entity Framework Tools also failed and could fixed with the same method, also pointed out by Ralf Rottmann in a separate blog post.

Keep in mind if you run GhostDoc you will need version 2.12 which has a fix for running VS 2005 and VS2008 side-by-side.

Overall the experience went very smooth with the exception of the Entity Framework install. Everything is running fine and getting along well.

Technorati Tags: [Visual Studio 2008](http://technorati.com/tags/Visual%20Studio%202008),[Visual Studio 2005](http://technorati.com/tags/Visual%20Studio%202005),[Microsoft](http://technorati.com/tags/Microsoft),[Entity Framework](http://technorati.com/tags/Entity%20Framework)