This Question is Not Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
2 Replies Last post: Feb 25, 2013 10:09 PM by John Smith  
John Smith Newbie 2 posts since
Feb 21, 2013
Currently Being Moderated

Feb 21, 2013 10:14 PM

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

Alex Berezoutsky JetBrains 449 posts since
Feb 18, 2011
Currently Being Moderated
Feb 25, 2013 6:09 PM in response to: John Smith
Re: ReSharper 7.1.1 doesn't recognize System.* namespace

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!

More Like This

  • Retrieving data ...