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

Narcís Calvet narcis at steema.com
Wed May 25 09:35:52 EDT 2005


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 ----- 
  From: Kornél Pál 
  To: mono-list at lists.ximian.com ; Narcís Calvet 
  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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://galactus.ximian.com/pipermail/mono-list/attachments/20050525/d8c20d85/attachment-0001.html


More information about the Mono-list mailing list