[Mono-osx] System.Web.UI namespace
Nik Schramm
n at industriality.com
Fri Jul 1 14:57:40 EDT 2005
Hi,
just tried to compile a .cs file with a lot of namespace references
into a dll using mono on OSX. Surprisingly, the file (which compiles
just fine under WIndows) failed to compile. This is the output:
bin $ mcs -target:library Censeo.Home.cs
Censeo.Home.cs(5) error CS0234: The type or namespace name `UI' could
not be found in namespace `System.Web'
Censeo.Home.cs(6) error CS0234: The type or namespace name `UI' could
not be found in namespace `System.Web'
Compilation failed: 2 error(s), 0 warnings
Is there no System.Web.UI namespace in mono? If not, how do you include
WebControls?
Thanks
Nik
More information about the Mono-osx
mailing list