Can I install two different versions of Visual Studio on the same computer?

Yes, you can do so. I have VS 2005, 2008 and 2010 installed on single machine and they all work independently.

However, before doing so, keep in mind that projects made in lower versions can be opened in higher version only once because after that it will be upgraded to higher version but the opposite is not possible, i.e. backward compatibility is possible but forward compatibility is not possible.

Leave a Comment