[Mono-list] re: referencing a dll

Urs Muff umuff@QUARK.com
Fri, 28 May 2004 09:13:26 -0600


That is not compatible with MS ASP.Net they just use =
Class=3D"ClassName,
Assembly"  or just Class=3D"ClassName" looking in all assemblies in =
bin.  I
just tried that...

- Urs

-----Original Message-----
From: mono-list-admin@lists.ximian.com
[mailto:mono-list-admin@lists.ximian.com] On Behalf Of Gonzalo Paniagua
Javier
Sent: Wednesday, May 26, 2004 11:32 PM
To: mono-list@lists.ximian.com
Subject: Re: [Mono-list] re: referencing a dll

El jue, 27-05-2004 a las 06:56, Peter Foley escribi=F3:
> tried that - no good
>=20
> does the dll have to be in a particular directory?
> permissions?
> do i need to specify it's namespace?

You only need

<%@ Assembly Name=3D"ABSSecurity" %>

ABSSecurity.dll should be either in bin, MONO_PATH or the GAC.

And for the namespaces from ABSSecurity you use, also:
<%@ Import namespace=3D"blah" %>

-Gonzalo


_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list