Installing Visual Studio 2005 on same machine that has Visual Studio 2010
is there any harm if go installing VS 2005 (only C++ Compiler) on which VS开发者_运维知识库 2010 is currently installed? Does it overwrite any shared files?
I have installed Visual Studio 2005 and 2010 in my PC. No harm done. Make sure you don't run your 2005 .sln or project files on 2010. Or it will convert them. Make sure what version you are using while programming.
No, will have no harm if you install and Visual Studio 2005
No you can completely install Studio 6, 2003, 2005, 2010, etc. parallel with no harm.
精彩评论