[Mono-bugs] [Bug 340913] Random "System.MissingMethodException: Constructor not found. Class: Cocoa.Menu"

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 27 12:51:43 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=340913#c1





--- Comment #1 from marc hoffman <mh at elitedev.com>  2007-11-27 10:51:42 MST ---
adding the following ctor to the Menu class fixes this, btw:

        public Menu(IntPtr native_object) : base(native_object) {
            Init("");
        }

i'm attaching the full/fixed Menu.cs file (i'll leave it to someone more
knowledgable about the inner workings to decide if the ctor is actually ok like
this, or should do anything else... ;)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list