ASP.NET C# reference

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a c# asp.net project that references a c# class library. I have added
all of the references and checked for spelling errors but there is a compile
error on the "using" statement that references my c# class error that says it
cannot find the namespace. Where have I missed a detail.
1. added class libray project to my solution
2. added reference to my class project to asp.net app
3. added "using" statement to reference class library

What did I miss?
 
Use the object browser to look for inconsistencies or duplications in your
namespaces.

DalePres
MCAD, MCDBA, MCSE
 
Tried that. For 1 the object browser shows everything in lower case, and we
know that c# is case sensitive. Regardless there were no spelling differences.
 
Back
Top