Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Weird ReSharper issue with action lists that don't work

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 it doesn't. I have un-installed and re-installed ReSharper and run a repair on Visual Studio. How can I fix this?

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

like image 436
user66496 Avatar asked Feb 14 '09 20:02

user66496


2 Answers

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

From the Visual Studio command prompt (for instance, menu Start -> Programs -> Microsoft Visual Studio 2008 -> Visual Studio Tools -> Microsoft Visual Studio 2008 Command Prompt) do:

devenv /resetsettings

Note: you might need to run the command prompt as an administrator.

like image 155
Luke Smith Avatar answered Nov 01 '22 16:11

Luke Smith


I had the Visual Studio Database Edition installed and apparently it causes issues with ReSharper. I un-installed it and the problem went away.

like image 36
user66496 Avatar answered Nov 01 '22 17:11

user66496