Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper: Cannot resolve symbol 'Eval' in VS2010 SP1

I just installed SP1 for VS2010, and since then I get error messages from Resharper for stuff that used to work and be ok for Resharper (5.1) before.

The error messages are "Cannot resolve symbol 'Eval'" and some other methods other than Eval.

How do I solve this? Is there a fix? Is there some resharper cache that I must delete/clear?

(The code compiles and runs as usual)

like image 706
tomsv Avatar asked Apr 04 '11 13:04

tomsv


2 Answers

I would try deleting the _ReSharper.{SolutionName} directory completely if clear cache fails.

You might want to close VS2010 before you do that.

EDIT: Try this only if @Andrew Finnell solution doesn't work.

like image 97
Julien Bérubé Avatar answered Sep 21 '22 15:09

Julien Bérubé


Try:

Resharper Menu -> Options -> General -> Clear Cache button
like image 29
Andrew T Finnell Avatar answered Sep 21 '22 15:09

Andrew T Finnell