[Mono-list] Mono and Dreamweaver

Atsushi Eno atsushi at ximian.com
Wed Jan 17 23:34:52 EST 2007


mcs, unlike csc, needs explicit -r options for most of System* 
assemblies. Try "mcs -pkg:dotnet [sources]" which is a shortcut
to many -r options.

(The reason why System.Web namespace already existed is because
it is in System.dll which does not need explicit -r option.)

Atsushi Eno


Rodrigo Ordonez Licona wrote:
> HI,
>  
> I am new to Mono and C#, and would like to know if someone has been able 
> to develop for Mono with dreamweaver, I read a post somewhere that 
> someone compiled Dreamweaverctrs.cs (tried searching the list..  ),
>  
> ... trying to do so,
> I get:
> 
> The type or namespace name `UI' does not exist in the namespace 
> `System.Web'. Are you missing an assembly reference?
> 
> Noticed that the System.web.UI folder does not exist on our linux Machine.
> 
> Found This declaration at the CS file,
> public class DataSet : System.Web.UI.UserControl
>  
> Any Light would be greatly appreciated.
>  
> Regards
>  
> Rodrigo O
> 
>  
>  
> <http://www.xnet.com.mx/> 	Xnet.com.mx
> 
> 	
> *Rodrigo Ordoñ**ez Licona*
> 	
> rodrigo at xnet.com.mx <mailto:rodrigo at xnet.com.mx> 	
> tel:
> cel: 	(614) 414-9270
> (614) 137-1978
> 
> 	
> 
> // <http://www.plaxo.com/signature> 	//
> 
>  
>  
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list