Reputation: 13888
I have installed some resharper plugins and since resharper is not loading anymore into VS2013. (Unable to load package).
Does anyone know how to disable/uninstall resharper packages from outside VS?
Running latest (2016.2) version of R#
Upvotes: 0
Views: 550
Reputation: 10899
This may be a bit like cracking a nut with a hammer but you could try removing all traces of Resharper from %LOCALAPPDATA%\JetBrains
and %APPDATA%\JetBrains
and re-install it and then re-add the extensions to see which caused you the problem (would be good to know which one it is so that others don't have the same problem.) It seems that the Resharper installation is following the Microsoft standard of spreading numerous cached versions of the same files all over your hard drive to fill it up, not like back in the old days when it was all in just one location.
Upvotes: 1