Visual studio Error List report error in code from Resharper's Decompiler folder

1k Views Asked by At

Everything is in the title, the versions of components in the tag.

The errors look like this :

Error   13522   Unexpected character '\u003A'   C:\test\myProject\_ReSharper.myProject\Decompiler\decompiler\04\fe6e72ab\Settings.cs    28  40  

More info

Visual studio 2012

ReSharper version is : 7.0.1098.2760

Someone has a solution?

2

There are 2 best solutions below

3
On

To simply remove this error (and not completely deactivate the source decompile from Resharper), go to

%LOCALAPPDATA%\JetBrains\ReSharper\v7.1\SolutionCaches\[[Your Project Name]]\Decompiler

and delete any of the problematic folders. This will retain decompile features while removing the offending files.

0
On

This is what I had to do : In Visual Studio => Resharper=> Option Section Tools, external Sources select Default VS Navigation.

That's stop the decompilation, Then remove folder _ReSharper.myProject\Decompiler\decompiler

Good luck!