1 Dec 2006 20:10
Re: System.Windows.Forms.MainMenuinitialization
Dan Maltes <dan <at> astusa.com>
2006-12-01 19:10:05 GMT
2006-12-01 19:10:05 GMT
There are also a few MoMa lists here: http://tirania.org/blog/archive/2006/Nov-28-1.html - Dan Maltes -----Original Message----- From: mono-winforms-list-bounces <at> lists.ximian.com [mailto:mono-winforms-list-bounces <at> lists.ximian.com] On Behalf Of Jonathan Pobst Sent: Friday, December 01, 2006 10:10 AM To: Matthias Urlichs Cc: mono-winforms-list <at> ximian.com; jordi <at> ximian.com Subject: Re: [Mono-winforms-list] System.Windows.Forms.MainMenuinitialization Hey, The problem is that constructor for MainMenu is new in the SWF 2.0 framework. Currently, only the SWF 1.1 framework is supported. You can run MoMA on your program to see what all it uses that Mono does not support yet: http://www.mono-project.com/MoMA. Unfortunately, without the source code, you can't really change your program to work around it. You'll have to either add the missing stuff to Mono yourself, or wait for it to be added. Jon Matthias Urlichs wrote: > Hi, > > I just tried to run a .NET program (no sources available) which uses SWF. > > Unfortunately, I seem to have run into an initialization error. > > $ MONO_PATH=/tmp/Mono ./SleepTracker.exe > > ** (./SleepTracker.exe:5817): WARNING **: Missing method > System.Windows.Forms.MainMenu::.ctor(IContainer) in assembly > /tmp/Mono/System.Windows.Forms.dll, referenced in assembly > /daten/home/smurf/Downloads/SleepTracker.exe > > Unhandled Exception: System.MissingMethodException: Method not found: 'System.Windows.Forms.MainMenu..ctor'. > at <0x00000> <unknown method> > at SleepTracker.frmMain..ctor () [0x00000] > at (wrapper remoting-invoke-with-check) SleepTracker.frmMain:.ctor () > at SleepTracker.frmMain.Main () [0x00000] > > > /tmp/Mono/System.Windows.Forms.dll was built from current SVN, using > Ubuntu Edgy's mcs (1.1.17.1). > > I don't know much about .NET; help is appreciated. > > Please Cc me on replies. Thanks. > _______________________________________________ Mono-winforms-list maillist - Mono-winforms-list <at> lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-winforms-list _______________________________________________ Mono-winforms-list maillist - Mono-winforms-list <at> lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-winforms-list
RSS Feed