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?
It looks like web.config might be the place to fix this, but I cannot see an
option that lets me control the list of referenced dlls.
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?
It looks like web.config might be the place to fix this, but I cannot see an
option that lets me control the list of referenced dlls.
Thanks
Michael Giroux