I have a problem with ReSharper, it is not working with some files. I have tried all possibilities (suspend ReSharper and activate it again), clean the cache, etc.)
I will explain my problem in more detail. I have my "HomeController.cs", and it has the HomeController Class. I don't know why, the Resharper code analysis is not working with this file. My trick to solve provisionally my problem: If I change the name of the file (not the class), the Resharper code analysis works fine.
If I create a new controller, Resharper code analysis works fine with this class and file too.
I have tried this and this, but it does not work for me.
All my problems begin when I changed the namespace of some files/class.
IDE: Visual Studio 2013 Update 1, Resharper Version 8.2.1 Full Edition
Can somebody explain to me where I can configure Resharper or any other way to solve the problem?