[Mono-list] ASP .NET DreamWeaver
Miguel de Icaza
miguel at novell.com
Thu Feb 1 10:09:04 EST 2007
Hello,
> The DLL is on the same directory as the aspx File,
>
> And we also copied the Compiled DLL to
> /usr/lib/mono/2.0/
> /usr/lib/mono/1.0/
>
> Has anyone been trying to develop with dreamweaver any suggestion is greatly
> appreciated
Those directories are only used for the compiler to look up libraries
during compile time.
You need to install strong-named assemblies into the GAC. To do this,
use:
gacutil -i YourLibrary.dll
Let me know if that works, we should put this on the FAQ for other
dreamweaver users.
Miguel
More information about the Mono-list
mailing list