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

- Urs

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gonzalo Paniagua
Javier
Sent: Wednesday, May 26, 2004 11:32 PM
To: [EMAIL PROTECTED]
Subject: Re: [Mono-list] re: referencing a dll

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

You only need

<%@ Assembly Name="ABSSecurity" %>

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

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

-Gonzalo


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to