the type or namespase name 'XXXXX' does not exists in namespase'XXX.XXX.Utils' but the reference is

  • Thread starter Thread starter rony_16
  • Start date Start date
R

rony_16

Hi,
I got this strange error by framework 2 compiler.
the type or namespase name 'XXXXX' does not exists in namespase
'XXX.XXX.Utils' .
the missing reference is part of the web project (the reference is by
project).

when i try to remove the reference and add it again (by project) , i
get an error that the reference is already added.
i even tried to delete it from the bin directory, but still i got
error that the reference is already added.
i opened the web.config and looked for the reference but it was not
there, then i tried to add it manually but nothing happened.

waiting for yours suggestions , Rony
 
Is this a web site project or a web application project? If it's a web
application project, try looking in the project files themselves like the
*.csproj (if it's c#) to make sure there isn't a reference sitting in there.


Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
 
Back
Top