J
Jon Turner
I have a project (web service) that I have defined some classes in a sub
directory of the project (VS2005), how
do I get my upper level classes, recognize the classes in the sub directory.
In the following directory structure
example, I cannot get a reference to a class defined in Interface1.cs from
ProgramMain.cs. I get the compiler
error "the type or namespace given <class> cannot be found".
Main Directory
- App Code
ProgramMain.cs
- Schemas
file1.xsd
file2.xsd
- Interface
Interface1.cs
Interface2.cs
directory of the project (VS2005), how
do I get my upper level classes, recognize the classes in the sub directory.
In the following directory structure
example, I cannot get a reference to a class defined in Interface1.cs from
ProgramMain.cs. I get the compiler
error "the type or namespace given <class> cannot be found".
Main Directory
- App Code
ProgramMain.cs
- Schemas
file1.xsd
file2.xsd
- Interface
Interface1.cs
Interface2.cs