Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to install two different versions of Visual Studio in the same computer? [duplicate]

Is it possible? or there is a compatibility issues between the two versions? Because our company is using an outdated version of visual studio (VS2005) and I wanted to try out Visual Studio 2010/2012/2013 for the purpose of learning while there is no project to do. (any of the three newer version is fine) but I don't know if it'll affect the datas of the currently installed visual studio 2005.

Can I still install a newer version without affecting the older version of visual studio?

like image 618
Don Avatar asked Feb 21 '14 06:02

Don


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.

Can I install Visual Studio 2017 and 2019 at the same time?

You can install and use Visual Studio 2019 alongside previous versions of Visual Studio, including Visual Studio 2017, Visual Studio 2015, Visual Studio 2013, and Visual Studio 2012.

Can I install VS 2015 after 2017?

There should not be any issues installing VS 2015 (or any other older issue) after you have VS 2017 installed. They are designed to be able to run concurrently.

Do I need to uninstall Visual Studio 2017 before installing 2019?

Starting from Visual Studio 2017, Community, professional and Enterprise editions can install side by side. The installation will not attempt to uninstall older versions and we don't need to uninstall older version of VS 2015/2017, before installing the VS2019.


2 Answers

Yes you can install multiple versions of Visual studio side by side.But install the lower versions first.

If you use Visual Studio 2013 to open a solution that was created in Visual Studio 2012 or Visual Studio 2010 with Service Pack 1 (SP1), you can later open and modify the solution again in the older version as long as you haven't implemented any features that are specific to Visual Studio 2013.

So take care about backward compatibility.Refer this for more info.

like image 54
Naren Avatar answered Sep 17 '22 11:09

Naren


I have vs2005 2008 and 2012 running with no issue. Just don't open your 2005 projects/solutions in later versions as this will attempt to convert them to later versions which then will be no longer compatible with 2005. Visual studio will give you plenty of warnings if you do this though.

like image 35
user2732185 Avatar answered Sep 16 '22 11:09

user2732185