M
Mark Hageman
Newbie question: How can a dll be referenced from the code-behind for
an aspx page? I have the dll in the /bin directory, and have tried
using the line "Imports [dllname.dll]" in the code-behind, but I get a
compiler error message that the dll can't be found. This is a dll
that I did not create, and so I'm not sure how to determine what the
namespace is, if that's even what I need to do. I'm also trying to do
this without pre-compiling the code-behind, but that's not a
requirement. Thanks.
an aspx page? I have the dll in the /bin directory, and have tried
using the line "Imports [dllname.dll]" in the code-behind, but I get a
compiler error message that the dll can't be found. This is a dll
that I did not create, and so I'm not sure how to determine what the
namespace is, if that's even what I need to do. I'm also trying to do
this without pre-compiling the code-behind, but that's not a
requirement. Thanks.