Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you upgrade Visual Studio 2015/2017 from Professional to Enterprise?

If Visual Studio 2015 (and 2017) are installed from MSDN using a Visual Studio Professional ISO, can it later be upgraded to Enterprise using a new license key? ...or does it require a complete uninstall/reinstall of Visual Studio?

like image 571
SofaKng Avatar asked Apr 07 '17 13:04

SofaKng


People also ask

Is Visual Studio Enterprise free?

Visual Studio Enterprise is available for free through Microsoft Azure Dev Tools for Teaching to Students for learning and training purposes only. The software is not to be used for personal or business use.

How do I upgrade my Visual Studio project?

To upgrade a project created in an earlier version of Visual Studio, just open the project in the latest version of Visual Studio. Visual Studio offers to upgrade the project to the current schema. If you choose No, the project doesn't get upgraded.

How can I update my VS 2019 to 2022?

Download the web installer for VS2022 and start it, allowing it to update “Visual Studio Installer”. Then cancel out of it. Fire up VS Installer again, where you'll see your existing VS2019 install under “Installed”. Under “More”, you'll see an option to export the configuration to a .


1 Answers

You need to install the enterprise version to obtain it, and VS cannot change the version through the type of your license key and the VS version depends on your installation.

For VS 2015, we can only keep one version on the computer. If you already installed the VS professional 2015, as far as I know, you can directly install run the VS enterprise 2015 installer to install it. After the installation is complete and successful, the professional is auto removed or replaced by the higher enterprise version. You can also try to use the forcibly uninstall command like: vs_professional.exe /uninstall /force to uninstall the professional version.

For VS 2017, please check the VS 2017 Release Notes and it describes Visual Studio Enterprise and Community (among other products) can now be installed side-by-side on the same computer. To make identifying these installations simpler, you can specify a short name or "nickname".

like image 160
Sara Liu - MSFT Avatar answered Oct 14 '22 06:10

Sara Liu - MSFT