ReSharper 7.1.1 doesn't recognize System.* namespace
Hi:
When I enable Code Analysis in my C# project, there are a ton of "cannot resolve symbols". They are for basic things like "double", "void", "string", as well as things like "using System;" directives.
It seems like ReSharper cannot find the path to the .net assemblies. Is there some way for me to specify this path?
One issue that *might* be tripping it up is that I have the .Net framework, but my project has it's own copy of the .net dll's (like System.dll).
Cheers,
John
Please sign in to leave a comment.
Hi John,
1. Does it affect all your solutions, even new and just created ones?
2. Have you tired to clear caches as it is described here? Link: http://devnet.jetbrains.com/docs/DOC-1322
Thanks!
It only affects this one solution.
Yes, but it doesn't help.