C
Centron System Solutions
Hello all
Im using ASP.Net VS2005
I want to craete a directory structure for my new Website project.
If I put classes inside "APP_Code" folder I have no problem accessing
that code from code behind files.
However if I create any other folder and put a class inside I get the
following type of build error
"The Type or namespace name 'Class2' could not be found (are you
missing a using directive......)"
What are the mechanics of creating a directory structure and allowing
the code there in to be used in code behind files?
Thanks for any help in advance.
Regards
Denis
Im using ASP.Net VS2005
I want to craete a directory structure for my new Website project.
If I put classes inside "APP_Code" folder I have no problem accessing
that code from code behind files.
However if I create any other folder and put a class inside I get the
following type of build error
"The Type or namespace name 'Class2' could not be found (are you
missing a using directive......)"
What are the mechanics of creating a directory structure and allowing
the code there in to be used in code behind files?
Thanks for any help in advance.
Regards
Denis