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

Narcís Calvet narcis at steema.com
Wed May 25 10:11:06 EDT 2005


Hi Pál,

Thank you very much for your efficient help.

>But if you are talking about types that are missing from
>System.ComponentModel.Design namespace in System.dll it's because they are
>not implemented in Mono yet.

Yes, that's the case.

>You should do the following:
>1. Try to compile you application using .NET Framework.
>2. Try to compile it using Mono built from latest SVN sources.

>If it compiles in the first case but not in the second, look at the latest
>source code at
>http://svn.myrealbox.com/source/trunk/mcs/class/System/System.ComponentModel.Design/

>There may be missing classes, methods, etc.

Yes, the application compiles and works fine in .NET Framework. I'll give latest mono release a try and stay tuned on how it evolves.

Thanks and 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:49 PM
  Subject: Re: [Mono-list] How to generate System.ComponentModel.Design assembly?


  Hi,

  >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?

  If you are talking about MonoTODO it is in file
  mcs/class/System/System/TODOAttribute.cs. The error is because
  System.ComponentModel.Design is a namespace inside the assembly System.dll
  and all of it's source files assume that they are compiled as a single
  assembly.

  But if you are talking about types that are missing from
  System.ComponentModel.Design namespace in System.dll it's because they are
  not implemented in Mono yet.

  You should do the following:
  1. Try to compile you application using .NET Framework.
  2. Try to compile it using Mono built from latest SVN sources.

  If it compiles in the first case but not in the second, look at the latest
  source code at
  http://svn.myrealbox.com/source/trunk/mcs/class/System/System.ComponentModel.Design/

  There may be missing classes, methods, etc.

  Kornél
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://galactus.ximian.com/pipermail/mono-list/attachments/20050525/961d3eb3/attachment.html


More information about the Mono-list mailing list