我可以在同一台计算机上安装两个不同版本的 Visual Studio 吗?

问题描述:

我可以在同一台计算机上安装 Visual Studio 2005 和 2010 吗?会不会有什么问题?

Can I install Visual Studio 2005 and 2010 on the same computer? Would it cause any problems?

是的,您可以这样做.我在一台机器上安装了 VS 2005、2008 和 2010,它们都独立工作.

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.