Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Visual Studio 2010 + 2012 + 2013 coexist together?

On my current machine , I need to have Visual Studio 2010 , 2012 & 2013 . Together .

How can I make them coexist together , without one of them causing problems to the other ? Like one big happy family ...

Much appreciated

like image 828
JAN Avatar asked Apr 05 '14 05:04

JAN


People also ask

Can I have 2 versions of Visual Studio installed?

For VSPackages, that means a user can have several Visual Studio versions installed on the same computer. However, you cannot have side-by-side versions of your VSPackages loaded into a single version of Visual Studio.

Which version of Visual Studio is best for Windows 10?

Visual Studio 2022 is the best Visual Studio ever. Our first 64-bit IDE makes it easier to work with even bigger projects and more complex workloads. The stuff you do every day—like typing code and switching branches—feels more fluid more responsive.

Can I install VS 2015 after 2019?

Ys you can, I have Visual Studio 2015, 2017, and 2019 all installed, they are just fine.


1 Answers

You don't need to anything special, they can coexist together without any problems. Just install them into separate folders. You should also install them starting with the earliest version (though I installed VS 2013 before VS 2012 and it was fine too).

More information is on MSDN. It contains the following (about Visual Studio 2013):

You can install this version of Visual Studio on a computer that already has an earlier version installed.

like image 176
Szymon Avatar answered Nov 11 '22 11:11

Szymon