Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

The company I work for has several clients. I'm currently splitting my time between 2 .net projects. For Client A I need Visual Studio 2008, SQL Server 2008 and the 3.5 framework. For Client B 2005 versions/2.0 Framework.

Others in the company are using Microsoft Virtual PC to keep the development environments separate.

What do you suggest?

Additional Info: The main benefit I see is that you are able to share your virtual machine setup with anyone. This allows a new developer to step right in on a project without spending half a day setting up the new development environment and all its idiosyncrasies.

share|improve this question
Another benefit is the ablity to recover from a hardware failure. If you keep your VPCs on a portable harddrive then a failure of your main system simply results in you moving the hard drive to another machine and installing VPC. – JPrescottSanders Oct 23 '08 at 1:34

4 Answers

up vote 0 down vote accepted

I personally suggest you go the VPC route. I have been keeping my dev environments isolated using VPC for 2+ years now and will never go back. A laptop can now easily have 4+ GB RAM which is more than enough to run a couple VPCs if needed.

share|improve this answer
So you have created a VPC for every combination of Dev environment that you use? Or is it for every client? That seems like a lot of potential VPC's to keep track of and maintain. – Stephen Wrighton Oct 21 '08 at 16:10
I have a VPC for at least every unique Dev environment, but I also have some unique ones for particular clients. I have had enough instances where I spent significant time trouble shooting an issue caused by certain software not playing nicely togehter to elect for isolation where possible. – JPrescottSanders Oct 21 '08 at 17:40

I personally have both installed on the same system and use the proper tool for each project

VS 2005/SQL Server 2005

VS 2008/SQL Server 2008

I find that it works jsut fine, and I don't have the hassle of switching VM's.. I see the VM as just added overhead.

share|improve this answer

I have both installed as well. Actually, I went a step further and set up multiple local users on my laptop, so I can just right click -> Run As, and then all of the settings (source control, etc) will be automatically loaded for the client I'm working with.

I just have named instances of SQL Server on my laptop for the particular version, and each project just refers to its own instance of SQL Server. These don't seem to be any conflicts between Visual Studio or any other components.

share|improve this answer

actually i have VS 2003 to add to 2005 and 2008 on the same box. instead of multiple vms, worth having multiple monitors if you want to keep multiple versions open at the same time.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.