[Mono-list] How to generate System.ComponentModel.Design assembly?

Kornél Pál kornelpal at hotmail.com
Wed May 25 09:28:49 EDT 2005


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



More information about the Mono-list mailing list