NeuralJack
Well-known member
- Joined
- Jul 28, 2005
- Messages
- 138
asp.net 2.0
On my server, I have a main directory with a bin and and App_Code directory. In that directory, i also have a subdirectory with a bin and an App_Code directory of its own.
How can I import/use the subdirectory classes from an aspx page thats in the main directory?
I need to import dlls from the subdirectory bin folder into a vb class in the App_Code directory on my main directory. It needs to be done like this because the subdirectory dlls cant be moved.
Thanks,
Jack
On my server, I have a main directory with a bin and and App_Code directory. In that directory, i also have a subdirectory with a bin and an App_Code directory of its own.
How can I import/use the subdirectory classes from an aspx page thats in the main directory?
I need to import dlls from the subdirectory bin folder into a vb class in the App_Code directory on my main directory. It needs to be done like this because the subdirectory dlls cant be moved.
Thanks,
Jack