[Mono-winforms-list] Problem running winforms app created on Windows

Peter Dennis Bartok peter@novonyx.com
Sat, 18 Oct 2003 01:50:55 -0600


It doesn't look like you're doing anything wrong.  The error you are
getting (System.NotImplementedException) simply means that the particular
feature of Windows.Forms your application is using has not yet been
implemented in the mono class library.

Cheers,

 Peter

-----Original Message-----
From: "Karl Waclawek" <karl@waclawek.net>
To: <mono-winforms-list@lists.ximian.com>
Date: 17 October, 2003 20:22
Subject: [Mono-winforms-list] Problem running winforms app created on
Windows


>I installed the mono-wine and mono-wine-debuginfo packages from
red-carpet.
>Created a Winforms app on Windows and tried to run it. Here is the
result:
>
>SWF=1 mono MDI.exe
>MonoWin32: Initializing WineLib
>Could not stat /nt (No such file or directory), ignoring drive E:
>err:menu:MENU_GetSysMenu failed to load system menu!
>Form.assignMenu. result 1
>
>Unhandled Exception: System.NotImplementedException: The requested
>feature is not yet implemented
>in <0x0002a> System.Windows.Forms.RichTextBox:get_Multiline ()
>in <0x000ee> System.Windows.Forms.TextBoxBase:get_CreateParams ()
>in <0x00013> System.Windows.Forms.RichTextBox:get_CreateParams ()
>in <0x00048> System.Windows.Forms.Control:UpdateBounds (int,int,int,int)
>in <0x00081> (wrapper remoting-invoke-with-check)
>System.Windows.Forms.Control:UpdateBounds (int,int,int,int)
>in <0x000fb> System.Windows.Forms.Control:SetBoundsCore
>(int,int,int,int,System.Windows.Forms.BoundsSpecified)
>in <0x00019> System.Windows.Forms.TextBoxBase:SetBoundsCore
>(int,int,int,int,System.Windows.Forms.BoundsSpecified)
>in <0x0001d> System.Windows.Forms.Control:SetBounds
>(int,int,int,int,System.Windows.Forms.BoundsSpecified)
>in <0x00097> (wrapper remoting-invoke-with-check)
>System.Windows.Forms.Control:SetBounds
>(int,int,int,int,System.Windows.Forms.BoundsSpecified)
>in <0x00082> System.Windows.Forms.Control:set_Size (System.Drawing.Size)
>in <0x0012f> Document.TDocument:InitComponents ()
>in <0x00037> Document.TDocument:.ctor (string)
>in <0x00056> (wrapper remoting-invoke-with-check)
>Document.TDocument:.ctor (string)
>in <0x0005f> MDI.TMainForm:AddDocument ()
>in <0x00535> MDI.TMainForm:.ctor (object)
>in <0x00056> (wrapper remoting-invoke-with-check) MDI.TMainForm:.ctor
>(object)
>in <0x00036> MDI.Unit:MDI ()
>
>Am I doing something wrong?
>
>Karl
>
>_______________________________________________
>Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>
>