Uninstall ReSharper 4.5

Visual StudioVisual Studio-2008InstallationResharperFailed Installation

Visual Studio Problem Overview


I have ReSharper 4.5 in Visual Studio 2008. Now I want to install ReSharper 5, but I can't do it before I uninstall ReSharper 4.5.

How can I uninstall ReSharper 4.5?

Visual Studio Solutions


Solution 1 - Visual Studio

> Control Panel
> --> Add Remove Programs
> --> JetBrains ReSharper 4.5
> --> Uninstall

??

Solution 2 - Visual Studio

Can't you just install Resharper 5 directly? It will override the Resharper 4.5

Solution 3 - Visual Studio

After uninstalling Resharper from Control Panel, you might still see it in your visual studio.

So in order to remove it completely, follow these 2 steps :-

  • Click on the Resharper 4.5 installer (exe file) and instead of "Install", select "Remove". It works just like how the Visual Studio installer works, same exe file is used to install/uninstall the software.

  • Remove the Resharper files from "JetBrains" folder in AppData.

After doing this, visual studio will ask you to modify some settings. Restore it to default and then you're good to go.

Solution 4 - Visual Studio

You can do it in the Toolbox.

  • Open toolbox
  • Click on hexagon on a Resharper Tools
  • Configure Resharper Components
  • Choose remove Resharper
  • Click next, accept and etc.

Solution 5 - Visual Studio

I know this is an old post, but in VS 2017 you have to go to the Extensions panel and try to reinstall the program. When the standalone installer runs, it will give you an option to uninstall. You cannot uninstall it directly from the Extensions panel, nor does it show up in Control Panels > Programs and Features.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAndreyAkinshinView Question on Stackoverflow
Solution 1 - Visual Studiostiank81View Answer on Stackoverflow
Solution 2 - Visual StudioGravitonView Answer on Stackoverflow
Solution 3 - Visual StudioAnshul DahiyaView Answer on Stackoverflow
Solution 4 - Visual StudioWootiaeView Answer on Stackoverflow
Solution 5 - Visual StudiocodeMonkeyView Answer on Stackoverflow