本文介绍了ReSharper的"不能解析符号"即使项目构建的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的工具:

VS 2012旗舰版+更新1

ReSharper的v7.1.25.234

我的解决方案构建状态: 构建成功

但是,当我安装ReSharper的和ReSharper的code分析是使我code许多关键字红色这个错误:

But when i install resharper and resharper code analysis is enable, many keywords of my code are red with this error:

无法解析符号XXX

编辑:我的项目的另一个图片>>

another picture of my project >>

ReSharper的无法解析符号错误是每一个地方,但我的项目构建proccess是成功地,它正常工作。

其他注意事项:如果我禁用ReSharper的code分析,我的项目是正常的。但我想用ReSharper的code分析。

Additional Note: If i disable Resharper Code Analysis, my project will be Normal. but i want use Resharper code analysis.

我试图 ReSharper的>选项>常规>清除Cashe。但我有这个问题呢!

I tried Resharper> Options> General> Clear Cashe. But i have this problem yet!

编辑:


  • 1个月前,我得到这个错误,当我卸载的Visual Studio 2012 RC和
    安装了VS 2012 RTM。

  • 1 month ago, I get this errors when i uninstalled Visual Studio 2012 RC andInstalled VS 2012 RTM.

我已经卸载并重新安装ReSharper的。但我有这个问题呢!

I've already uninstalled and installed the resharper again. But i have this problem yet!

我的解决方案有5个项目>> 2加载项目(主体工程+资源项目)和3卸载项目

My solution have 5 project>> 2 Loaded projects (main project + resource project) and 3 unloaded projects

编辑:

我意识到我的Visual Studio中也有较大问题


  • 我不能任何引用添加到我的项目(​​甚至里面的新解决方案和新项目)

  • I can't add any reference to my projects (even inside new solutions and new projects)

我无法安装任何程序包(由数据包管理器控制台或管理的NuGet包)

I can't install any package (by "Packet Manager Console" or Manage NuGet Package)

我不能更新任何包(由数据包管理器控制台或管理的NuGet包)

I can't update any package (by "Packet Manager Console" or Manage NuGet Package)

我已经做了很多的建议。 (自己和其他人的)


  • 再电阻某些DLL

  • re-resister some dlls

使用一些窗口和注册表修复工具

using some windows and registry repair tools

删除ReSharper的

remove resharper

修复的Visual Studio

repair visual studio

和...

但我没能解决它。

我想安装一个新的窗口

什么是错的,我怎样才能解决这个问题?

推荐答案

我测试全部在这个页面,如其他方式和答案:

I tested ALL of the other ways and answers in this page like:

VS - >工具 - >选项 - > ReSharper的暂停按钮和恢复

但遗憾的是他们没有解决我的问题。也许我的问题是复杂的比你的问题。我在我的问题的编辑的说他们,那么下面的答案是正确的解决方案的,但也许其他的答案解决您的问题。请先测试。

But unfortunately none of them solved my problem. Maybe my problem was complicated than your problem. I said about them in my EDITs in the question, then the following answer was correct solution for me but maybe other answers solve your problem. please test them first.

我被迫以重新安装操作系统,并使用我的工具的新版本。 (

I was forced to reinstall my OS and use a newer version of my tools. :(

现在我使用VS 2013 + R#V8,当我有任何问题,我的ReSharper的我只是尝试了下面的指令和它解决了我的问题。

Now i use VS 2013 + R# v8 and when i have any problem with my resharper i just try the following instruction and it solve my problems:

VS - >工具 - >选项 - > ReSharper的暂停按钮和恢复

这篇关于ReSharper的"不能解析符号"即使项目构建的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-16 01:08