Please also update System.Drawing. Peter
-----Original Message----- From: "Ricardo Stuven" <[EMAIL PROTECTED]> To: "Jordi Mas" <[EMAIL PROTECTED]> Cc: <[email protected]> Date: 20 May, 2005 22:29 Subject: Re: [Mono-winforms-list] could someone please send me the latest Jordi Mas <[EMAIL PROTECTED]> wrote: > Ricardo, > > On Windows you do not need libgdiplus since we use Windows native > GDIPLUS library, we provide libgdiplus as an implementation of that > library for non-Windows systems. See http://www.mono-project.com/Drawing > for more details. > > Regards, > Jordi, Thank you. I understood something different from Peter's reply to jeromy... but he already explained that :-) I updated System.dll and System.Windows.Forms.dll (in .../lib and ...../mono/gac) from the last daily build. Now I get this error: Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for MessageBoxForm ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Invalid Parameter. A null reference or invalid value was found. in <0x00063> System.Drawing.GDIPlus:CheckStatus (Status status) in <0x001ec> System.Drawing.Image:InitFromStream (System.IO.Stream stream) in (wrapper remoting-invoke-with-check) System.Drawing.Image:InitFromStream (System.IO.Stream) in <0x00104> System.Drawing.Bitmap:.ctor (System.Runtime.Serialization.SerializationInfo info, StreamingContext context) [...] Regards, Ricardo Stuven. _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
