[Mono-list] ASP .NET DreamWeaver

Rodrigo Ordonez Licona rodrigo at xnet.com.mx
Thu Feb 1 01:59:07 EST 2007


Hi,

We have succesfully recompiled dll required to use dreamweaver with Mono, we
used this command line script

mcs /t:library -r:System.Web.dll -r:System.dll -r:mscorlib.dll
-r:System.Xml.dll -r:System.EnterpriseServices.dll -r:System.Data.dll
-r:System.Web.Services.dll -r:System.Drawing.dll /out:DreamweaverCtrls.dll
-d:DEBUG /debug+ /optimize-    DreamweaverCtrls.cs

That was a single Line.

We have a compiled Dll,

However we have problems using it the following is created automatically by
dreamweaver 

<%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls"
Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,c
ulture=neutral" %>

BUT This returns an error message 

Error message: Assembly
DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neu
tral not found 

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

Regards

Rodrigo O
Xnet



More information about the Mono-list mailing list