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* > > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > tel: > cel: (614) 414-9270 > (614) 137-1978 > > > > // <http://www.plaxo.com/signature> // > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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
