|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
namespace issuesI'm writing my first asp.net application. Currently I am getting the
following error: Compiler Error Message: CS0246: The type or namespace name 'MyForms' could not be found This is the home page for the site, and it should be loading objects within the "MyForms" namespace. The namespace (MyForms) is located in several .cs files witin a couple of different directories. I've read that namespaces can be divided up like this. However, the server is unable to find the namespace and compile it. How do I tell the server where all the files for the namespace are? Please help, I've been stumped on this and can't find anything on msdn or in the c# references and tutorials. |
|||||||||||||||||||||||