[Mono-list] re: referencing a dll

Gonzalo Paniagua Javier gonzalo.lists@ximian.com
Thu, 27 May 2004 06:30:57 +0200


El jue, 27-05-2004 a las 06:00, Peter Foley escribió:
> I tried putting
> 
> <%@ Assembly Name="ABSSecurity.dll" %>
> 
> in my asmx file but I get the error that the dll can't be found.
> 
> It is is the same directory as the asmx file.
> 
> Is this right?

No, you must use the assembly display name, not the file name, ie., just
"ABSSecurity".

-Gonzalo