Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot edit files after latest Resharper update

Just ran the latest nuget package to update the Resharper C# files to 8.2

Now I am unable to edit any files in Visual Studio 12.
Is anyone else experiencing this?

Is there a way to resolve this?

like image 637
Nigel Joyce Avatar asked Jun 10 '14 03:06

Nigel Joyce


1 Answers

Solution suggested by OP.

You can fix this by deleting the solution cache. In Windows 8 the solution cache is normally stored at C:\Users\[username]\AppData\Local\JetBrains\ReSharper\v8.2\SolutionCaches\_ReSharper.[SolutionName].[id]. Please use appropriate value username, SolutionName and id.

like image 57
bansi Avatar answered Nov 14 '22 15:11

bansi