Can I install Visual Studio 2005 and 2010 on the same computer? Would it cause any problems?
相关问题
- Visual Studio 2010 randomly says the command line
- (ASP.NET) Project file must include 'WindowsBa
- Partial Form Class C# - Only display code view for
- Why does this code not compile?
- Does Visual Studio 2010 Professional support UML m
相关文章
- How to show location of errors, references to memb
- Log4Net Multiple Projects
- Compiling error in C++ project with C and C++ code
- How to use Mercurial from Visual Studio 2010?
- VSIX: execute code on VS startup
- Copy different file to output directory for releas
- How do we alias a Sql Server instance name used in
- visual studio 2010 confirmation on close
Yes, you can do that, no problem. I personally have VB Express 2005, VS 2008, VB Express 2010, C# Express 2010, Visual Web Developer Express 2010, and VS 2011 all going at the same time.
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.
Yes, I have Visual Studio 2008 and 2010 on the same machine, with no problems. 2005 would be the same; they are isolated from each other.