ReSharper "Cannot resolve symbol" even when project builds
asp.net-mvc, c#, resharper-7.1, visual-studio-2012
Solution
I tested ALL of the other answers in this page (before writing this answer) such as:
VS -> Tools -> Options -> ReSharper Suspend button and Resume
Clear ReSharper cache
And others
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. :(
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 -> Tools -> Options -> ReSharper Suspend button and Resume
Problem
My Tools: Visual Studio 2012 Ultimate + Update 1 ReSharper v7.1.25.234 My Solution Build Status: Build Successfully But when I install ReSharper and ReSharper code analysis is enable, many keywords of my code are red with this error: "Cannot resolve symbol XXX" Another picture of my project >> The ReSharper “CANNOT RESOLVE SYMBOL” errors are everywhere, but my project build process is successfully, and it works correctly. Additional Note: If I disable ReSharper Code Analysis, my project will be Normal, but I want to use ReSharper code analysis. I tried ReSharper → Options → General → Clear Cache. But I still have this problem! One month ago, I got these errors when I uninstalled Visual Studio 2012 RC and installed VS 2012 RTM. I've already uninstalled and installed ReSharper again. But I have this problem yet! My solution has five projects >> two loaded projects (main project + resource project) and three unloaded projects I realize that my Visual Studio also has bigger problems (More information on Stack Overflow) I can't add any reference to my projects (even inside new solutions and new projects) I can't install any package (by "Packet Manager Console" or Manage NuGet Package) I can't update any package (by "Packet Manager Console" or Manage NuGet Package) I've done a lot of suggestions (of myself and others) Re-resister some DLL files Using some windows and registry repair tools Remove ReSharper Repair Visual Studio and... But I could not solve it. I'm thinking of installing a new Windows :( What is wrong, and how can I fix it?