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
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to