Resharper 0.77 messes VS.NET, 0.78 doesn't work
My licence for 0.77 ran out, so I had to uninstall it, however Resharper left VS.NET in a nasty state. The Debug menu is no longer there, and all the toolbars names have been duplicated, so I have two toolbars of each name, the second of which is always empty. On top of that the Recorder menu is empty, but I can't get rid of it, it doesn't appear on the toolbars context menu and it can't be un-selected on the Toolbars/Customise menu.
On top of that 0.78 doesn't install as it can't register one of it's dependencies.
Does anyone know how to rid my PC of these problems and get my Debug menu back?
Please sign in to leave a comment.
Alec,
"Alec Brown" <no_mail@jetbrains.com> wrote in message
news:4996975.1083326800490.JavaMail.itn@is.intellij.net...
left VS.NET in a nasty state. The Debug menu is no longer there, and all the
toolbars names have been duplicated, so I have two toolbars of each name,
the second of which is always empty. On top of that the Recorder menu is
empty, but I can't get rid of it, it doesn't appear on the toolbars context
menu and it can't be un-selected on the Toolbars/Customise menu.
While I have no idea how this could happened, I can propose that you try to
run
devenv.exe /setup
from the command line.
>
dependencies.
Could you please describe the problem in more details? What dependency
cannot be registered?
>
back?
Extensibility
This is a known problem. Please install Extensibility.dll in the GAC
manually:
"C:\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin\gacutil.exe" /i
"C:\Microsoft Visual Studio .NET
2003\Common7\IDE\PublicAssemblies\extensibility.dll"
(make sure that the paths are correct on your system). I believe that this
will resolve this issue.
"Alec Brown" <no_mail@jetbrains.com> wrote in message
news:29852187.1083339433959.JavaMail.itn@is.intellij.net...
Brilliant, that solved my Resharper install problem, and deleting the "C:\Documents and Settings\alec\Application Data\Microsoft\VisualStudio\7.1" got rid of the toolbars/menu problem.