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?
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?