views:

437

answers:

3

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

A: 

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!

Drew Noakes
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.
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
+2  A: 

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

You should mark it this as the answer if it fixed your problem
BioBuckyBall
+4  A: 

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

Luke Smith
Awesome, I was having the same problem and this solved it
Konrad

related questions