Hi,
I have created a class in a given namespace. This class X is in a subfolder of App_Code. I then created another class Y in a different subfolder of App_Code. I need to import class X in class Y. However, the namespace cannot be found and I am being asked if I am missing an assembly reference. How can I import this class when dll's aren't generated for classes inside of App_Code?
Thx.
I have created a class in a given namespace. This class X is in a subfolder of App_Code. I then created another class Y in a different subfolder of App_Code. I need to import class X in class Y. However, the namespace cannot be found and I am being asked if I am missing an assembly reference. How can I import this class when dll's aren't generated for classes inside of App_Code?
Thx.