Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to uninstall Visual Studio 2017 update 15.3

After upgrading to VS 2017 15.3 my solution compiles, but .NET Framework 4.6.2 projects in the same solution (e.g. Specflow Acceptance tests) have loads of compiler warnings and missing references. When acceptance tests are run they present an error:

System.IO.FileLoadException: Could not load file or assembly 'System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.

I don't have time to fix this now, so how can I rollback the Visual Studio 2017 installation to 15.2?

Other answers (for previous versions of Visual Studio) suggest using the "View installed updates" thing in Control Panel, but I don't see any VS 2017 updates in there.

like image 992
Matt Frear Avatar asked Aug 16 '17 10:08

Matt Frear


People also ask

How do I uninstall Visual Studio update?

If you don't need the VS Installer update, you can uninstall visual studio installer from Add/Remove Programs in control panel, it will uninstall the installer and all installs of VS without requiring an update. Then you can download and install VS2019.

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.

What is the latest Visual Studio 2017 version?

Visual Studio 2017 version 15.9 is the final supported servicing baseline for Visual Studio 2017 and has entered the extended support period. Enterprise and Professional customers needing to adopt a long term stable and secure development environment are encouraged to standardize on this version.


3 Answers

Microsoft recently introduced breaking changes with version 15.5, so we had to find a way to downgrade from that.

While I'm not sure it's relevant for OP's original problem, this would have been relevant at the time the question was posed, so leaving this for future reference:

Microsoft do provide a way of downgrading to the version before the latest (N-1), in this case version 15.4.5, so you don't have to go all the way to 15.0:

https://www.visualstudio.com/en-us/productinfo/installing-an-earlier-release-of-vs2017

like image 153
DuneCat Avatar answered Oct 22 '22 05:10

DuneCat


I could not find a way to do this. In the end I had to uninstall VS 2017 completely and install VS 2017 15.0 from this link:

https://my.visualstudio.com/Downloads?pid=2210

like image 39
Matt Frear Avatar answered Oct 22 '22 06:10

Matt Frear


This most recent 15.3.3 update seems to be severely borked. I'm working through trying to uninstall extensions and extra features in /safemode to see if I can get it to start without crashing on launch, but I'm not hopeful.

Probably going to have to burn it down and start over.

like image 23
EricRRichards Avatar answered Oct 22 '22 06:10

EricRRichards