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

浪子不回头ぞ 提交于 2019-12-11 06:38:59

问题


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?


回答1:


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.




回答2:


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!



来源:https://stackoverflow.com/questions/19539603/visual-studio-error-list-report-error-in-code-from-resharpers-decompiler-folder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!