So we had a power outage at work the other day and ever since then ReSharper and Visual Studio just aren't playing nicely. The issue occurs when I try to click on one of the light bulb action lists, they just disappear. I also noticed that when I compile and there is an error, the error list acts like it's trying to open but doesn't. I have un-installed and re-installed resharper and run a repair on VS. Has anyone else run into this?

You can see an example of what I mean here: http://rapidshare.com/files/197237456/resharper.avi

link|improve this question
Nice video. What software did you use to put that together? – Drew Noakes Feb 15 '09 at 0:12
Camtasia will produce such videos: techsmith.com – Lasse V. Karlsen Aug 21 '09 at 6:03
Did you ever solve this? I have the exact same problem with Resharper 4.5.2 – Luke Smith Nov 19 '09 at 17:22
feedback

3 Answers

I had the same problem, including having vs database edition installed, and solved it by resetting the Visual Studio settings.

vs cmd prompt: devenv /resetsettings

Note: you might need to run cmd prompt as an administrator

link|improve this answer
Awesome, I was having the same problem and this solved it – Konrad Jan 12 '10 at 18:53
feedback

I had VS Database Edition installed and apparently it causes issues with resharper. I un-installed it and the problem went away.

link|improve this answer
You should mark it this as the answer if it fixed your problem – µBio Dec 24 '09 at 0:57
feedback

Can you access the context actions menu via the shortcut key? On my install (IntelliJ/R#2 key bindings) the shortcut is ALT+ENTER.

If you do try another reinstall, you might like to revert to default factory settings by moving the settings file (My Documents\Visual Studio 2008\Settings\CurrentSettings.vssettings) and seeing if it's a config thing.

Also, you haven't stated what version of R# you're using. I see that you're using auto properties so that must be VS2008. Are you using the nightly builds for 4.5?

Failing all of this, your best bet would be to file a bug report with JetBrains's issue tracker, Jira.

Good luck with this one. I hate being without ReSharper!

link|improve this answer
Thanks for replying. No, I can't access them via alt+enter either, they just disappear. I'm currently using 4.1. I sent support an email and haven't heard back in days. – user66496 Feb 15 '09 at 1:39
Create an issue on their Jira site. I've found that method fairly good for having issues resolved. You might also try the 4.5 builds. They're working well for me. – Drew Noakes Feb 15 '09 at 15:29
feedback

Your Answer

 
or
required, but never shown

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