English 中文(简体)
How to repair Resharper?
原标题:

I have problem with Resharper - all it s menu options are greyed, no shortcuts working...
I ve tried run installer with repair option - no success
Also tried uninstall / install back - same.. :(

ReSharperSetup.4.5.1288.2.msi

Can someone advice how to make it working back?

最佳回答

In case ReSharper is listed as [Not Loaded] under Help > About Visual Studio, this most likely means that msxml6 component registration is broken. To fix this problem, just re-install MS XML Core services 6.

问题回答

I had a similar problem with VS2010 and version 5.1.1753.4 of ReSharper. ReSharper is shown as "Not Loaded" in VS2010 About box and no ReSharper menu is visible. After multiple install/uninstall/register MSXML6/attempts of ReSharper, I finally figured out that:

A REINSTALL DOESN T AUTOMATICALLY RE-ENABLE RESHARPER IF IT WAS DISABLED AT THE TIME OF DEINSTALLATION!

So the simple fix is just got to Tools.Options.ReSharper.General in VS2010 and enable it again.

Tools -> Import and Export Settings -> Reset all settings

Source.

See if it s even loaded by ticking the checkbox it in the Tools → Add-in Manager.





相关问题
Resharper Exception rethrow possibly intended

Consider this method (pardon the sad attempt at Chuck Norris humor :) ): public class ChuckNorrisException : Exception { public ChuckNorrisException() { } public ChuckNorrisException(...

Resharper Auto Complete Statement

I know it s probably something easy, but I just couldn t figure it out. Say I have the following code string name; name.LastIndexOf("aaa"); After I type the single quote Resharper will added ...

Resharper Suggestion Color Issue

I have a strange bug in resharper 4.5 in VS 2005. Instead of doing the usual underline for a suggestion -- IE: telling me that a using statement is unnecessary, it is setting the background to red in ...

StyleCop for ReSharper

I like stylecop and we use it to enforce coding standards. I dont like the fact that there is no way to automatically fix problems. So was thinking of making a plugin. Once I realised that 2010 is ...

How to repair Resharper?

I have problem with Resharper - all it s menu options are greyed, no shortcuts working... I ve tried run installer with repair option - no success Also tried uninstall / install back - same.. :( ...

Shortcut to turn on Resharper

Usually I start VS2008 without Resharper because it makes VS startup way too slow and I just need to fix a bug. But sometimes, I do want to turn on Resharper. Is there a way to setup a keyboard ...

热门标签