M
Michael Giroux
I have an asmx that Inherits a class that is defined in a dll. The asmx and
dll are in the same directory. The asmx gets compile errors because the
class it inherits is not know. Looking at the generated compile command,
the dll is not being referenced -- there is no /R:my.dll option in the
command line.
I've been searching for several hours but cannot figure out how to cause
ASP.NET to include a /r:mydll in the compile.
Can someone point me to the docs for how to accomplish this?
Thanks
Michael Giroux
dll are in the same directory. The asmx gets compile errors because the
class it inherits is not know. Looking at the generated compile command,
the dll is not being referenced -- there is no /R:my.dll option in the
command line.
I've been searching for several hours but cannot figure out how to cause
ASP.NET to include a /r:mydll in the compile.
Can someone point me to the docs for how to accomplish this?
Thanks
Michael Giroux