English 中文(简体)
不能用收获物解决象征问题,但法典汇编
原标题:Cannot resolve symbol issue with resharper but code compiles

I know this has been asked before, but there was no solution to the problem, and it was last year, so I thought maybe someone has found something to solve this by now. I am using VS2010 with SP1. before installing the SP1 there was no problem. if I uninstal re# it works fine. I have an ASP.Net website and some other projects. The classes from the other projects are not recognized, resharper suggests using the other project, so I do so, it puts it up at the usings, then the using also gets a "cannot resolve symbol". I have tried the suggestions they gave in 2011 here but nothing. if I delete the _Resharper. and restart vs, it will work for 5 seconds, then all red again...

希望有人从那时起就找到了解决办法。

Edit:我已经通过网络服务注意到这一点。

问题回答

尽管这个问题已经相当老了,但今天却在我身上。 我通过改写<条码>予以解决。 工具-> Options-> Resharper

Click on Options and press Clear Caches button subsequently by Save.

然后点击<代码>。 接下来是<代码>Resume Now,但为了重新启动Resharper,须再次制定。

EDIT:我再次见到。 信息交换所帮助了。 唯一变化的是,“Clear caches”隐藏在“ General下,在“收获”方案中。

我的一个项目也存在同样的问题。 我向杰特巴林人报告了这一问题,他们要求获得一个有问题的解决办法。

因此,我决定花几个小时尽量缩小问题。 我发现,这个问题与我使用的一种工具有关,该工具从中排除了信息。 DLs.

如果我没有脱光。 DLs,Resharper在不显示任何“无法解决的符号”错误的情况下进行工作罚款。 然而,如果我 strip掉了伤口,那么ReSharper就开始显示这些“无法解决”错误。 在这两种情况下,视觉演播室对节目进行汇编,节目进行罚款。

我正与杰特巴林人合作解决这一问题。

当时,我能够利用我的DLLs版本来解决这一问题,这些版本没有任何信息被抹去。

  1. in visual studio, Tools -> Options -> Resharper, Press Suspend Now
  2. delete the folder _ReSharper.*
  3. Tools -> Options -> Resharper, Press Resume Now




相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Enable PHP highlights in VS 2010?

I ve heard that Visual Studio 2010 Beta 2 has support for PHP. When I load a PHP file though, it has nothing highlighted and is nothing more than a glorified text editor. Is there a way to enable it?...

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...

Unit Testing .NET 3.5 projects using MStest in VS2010

There s a bug/feature in Visual Studio 2010 where you can t create a unit test project with the 2.0 CLR. https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=483891&wa=...

热门标签