Visual Studio 2010 + ReSharper not working

I installed ReSharper 5 on two installations of Visual Studio 2010 Professional. In both cases, ReSharper claims to be successfully installed, but Visual Studio does not recognize the extension. It does not appear in the extension manager, does not appear in Help "About the program - Installed products" and cannot be found anywhere in the environment.

I tried installing / uninstalling both Visual Studio and ReSharper, restarting the computer, etc. Both machines have Visual Studio 2008, and ReSharper 5 works fine in these IDEs, and both machines are running Windows 7.

I found other people on the Internet with this problem, but no solutions. Does anyone know how to fix this?

+3
source share
3 answers

Make sure ReSharper is turned on Tools->Options->ReSharper. Pause and refuse it if it helps (I heard this work before). Please note that ReSharper will notice that several computers on the network work with the same license and disable all but one of the running instances. Check what happened to you.

+8
source

Run devenv /resetskippkgs, solve my problems in Visual Studio 2008

+2
source

, JetBrains Visual Studio:

visual studio 2010 : c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\

This is the visual studio 2012 folder for the extensions: c: \ Program Files (x86) \ Microsoft Visual Studio 11.0 \ Common7 \ IDE \ Extensions \

I just copied “2012 JetBrains” from the 2012 folder and pasted it into the 2010 extensions folder.

+1
source

Source: https://habr.com/ru/post/1746804/


All Articles