vote up 9 vote down star

Any ideas on how to disable, but not uninstall Resharper 4.x?

flag

49% accept rate

6 Answers

vote up 21 vote down check

You can disable ReSharper using the Visual Studio Add-In Manager (remove the check from check box on the left):

Add-in manager

Caveat: only tested with VS 2005 and R# 3.1, but I see no reason why it wouldn't work with other versions too. :)

link|flag
Works in other versions too. – Raithlin Oct 31 '08 at 11:28
Add-in Manager's under the 'Tools' tab, just to save anyone a few fumbling moments... – Overflew Apr 29 at 22:58
vote up 6 vote down

This didn't work for me. The checkbox in the Startup column was both checked and disabled.

BUT! I found a fix elsewhere on the web.

What you need to do is make the following file(s) writeable:

C:\Program Files\JetBrains\ReSharper\v4.0\Bin\Product.VisualStudio.80.AddIn

C:\Program Files\JetBrains\ReSharper\v4.0\Bin\Product.VisualStudio.90.AddIn

Because these files were read-only, VS200x was unable to modify them to set the startup enabledness of the Resharper addin.

link|flag
vote up 2 vote down

This definitely works in VS 2008 too.

link|flag
vote up 1 vote down

You can also press Ctrl+8.

link|flag
vote up 0 vote down

Works like a charm in Visual Studio 2008 SP1 + ReSharper 4.5

link|flag
vote up 0 vote down

It might not work on Vista. You have to run VS under Administrator account to make changes in system files.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.