Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should I install Visual Studio 2017 beside Visual Studio 2015 or should I first uninstall Visual Studio 2015 and then install Visual Studio 2017?

I am currently using Visual Studio 2015 for programming ASP.NET Core applications. I have the following questions regarding installing Visual Studio 2017:

  • What is considered to be best practice and/or cleanest method?
  • Should I install Visual Studio 2017 beside Visual Studio 2015?
  • Should I first uninstall Visual Studio 2015 and all .NET Core dependencies and then install Visual Studio 2017?
  • Are there any tools that would ensure a clean uninstall of Visual Studio 2015?
like image 957
jump4791 Avatar asked Mar 10 '17 21:03

jump4791


People also ask

Should I uninstall older versions of Visual Studio?

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.

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.

What is the difference between Visual Studio 2015 and 2017?

Visual Studio 2017 has more features over 2015 and it contains 2015's current features so you don't need 2015 alongside 2017. Just stick with 2017. And I don't think you will have any problems while opening 2013 and 2015 projects with Visual Studio 2017. Uninstall Tool is a good tool to use.

What happens if I uninstall Visual Studio?

Removes the main installation directory, product information, and most other features installed outside the installation directory, that might also be shared with other Visual Studio installations or other products. Use this switch if you intend to remove Visual Studio without reinstalling it later.


1 Answers

From page Visual Studio 2017 Platform Targeting and Compatibility

Compatibility with Previous Releases Installation

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

So yes. you can install them without any problem.

like image 73
Jalal Avatar answered Sep 20 '22 22:09

Jalal