Hi Kornél,
 
Thanks, then I must assume that System.ComponentModel.Design is incomplete in Mono version compared to Windows version as I get some types/namespaces that can not be found on that namespace. Am I wrong?
 
Regards,
Narcís.
----- Original Message -----
Sent: Wednesday, May 25, 2005 3:28 PM
Subject: Re: [Mono-list] How to generate System.ComponentModel.Design assembly?

Hi,

>I'm trying to compile and application I'm porting from VS.NET and Windows
>to Mono (1.1.6) and Linux (FC3). The problem I'm facing is that I need
>System.ComponentModel.Design assembly but I don't have it. However I've
>found a folder (mono->1.1.6/mcs/class/System/System.ComponentModel.Design)
>containing .cs files. Is it possible to generate the assembly from those
>files? If so, how?

There is no System.ComponentModel.Design.dll assembly neither in .NET
Framework nor in Mono.
This namespace is contained in the assembly System.dll on both platforms.

By the way it should be possible to compile an assembly containing only
System.ComponentModel.Design but there is no use to do it as it is part of
.NET Framework and Mono as well so you can simply use it from System.dll.

Kornél
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to