How to upgrade from VS 2017 to 2019?

92,640

Solution 1

We cannot directly upgrade VS 2017 to VS 2019. They are compatible and work side by side though (like the following). Please download and install VS 2019 from https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes enter image description here

Solution 2

On Visual Studio Installer, You will see two tabs : Installed and Available. On Installed Tab, Visual Studio Community 2017, Click on More Drop-down, Choose Uninstall. Reboot is recommended before you begin with Installing Visual Studio Community 2019 from Available Tab.

Share:
92,640
Shimmy Weitzhandler
Author by

Shimmy Weitzhandler

Updated on July 19, 2022

Comments

  • Shimmy Weitzhandler
    Shimmy Weitzhandler almost 2 years

    VS 2019 is RTM, and I was wondering what's the proper way to upgrade from VS 2017, is there a dedicated 'upgrade' method, or is it uninstall and install? Maybe install and uninstall?
    What's the right way to do it without having to uninstall and reinstall same stuff for nothing?

  • Shimmy Weitzhandler
    Shimmy Weitzhandler about 5 years
    Hi Sara and thanks for your answer. I don't want them side by side, I want to replace 2017 with 2019, should I first install 2019 then uninstall the old one (like the comment above?
  • David Weitz
    David Weitz about 5 years
    @Shimmy it's probably the safest bet to make sure 2019 is working correctly (and your projects and solutions open and build successfully) and then Uninstall 2017. All of your settings should sync when you login to your MS account when launching VS for the first time.
  • Sara Liu - MSFT
    Sara Liu - MSFT about 5 years
    @Shimmy, like others recommended, we can firstly install the VS 2019 to use and sync, if you confirm that VS 2017 is not useful for your development, follow this doc: docs.microsoft.com/en-us/visualstudio/install/… to remove the VS 2017. If you meet any issues during the uninstall and install process, please feel free to let me know.
  • Stein Åsmul
    Stein Åsmul about 5 years
    I would dedicate a machine to it, or install minimally on a virtual machine to test it out. Just my 2 cents.
  • harmonica141
    harmonica141 almost 5 years
    Verified the approach. Installed 2019, ran it once to sync the settings, uninstalled 2017. VS2019 retains previously made settings.
  • tnk479
    tnk479 over 2 years
    Does Microsoft charged for multiple licenses in a volume licensing environment when you have multiple versions installed side by side?