[Mono-bugs] [Bug 80793][Blo] Changed - Forms with menus do not work

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Feb 11 16:42:18 EST 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by everaldo at simios.org.

http://bugzilla.ximian.com/show_bug.cgi?id=80793

--- shadow/80793	2007-02-11 16:37:37.000000000 -0500
+++ shadow/80793.tmp.25130	2007-02-11 16:42:18.000000000 -0500
@@ -42,6 +42,23 @@
 Always, on the SVN version.
 
 ------- Additional Comments From everaldo at simios.org  2007-02-11 16:37 -------
 This is not a menu problem, if you remove the menu creation line,
 error still happens. Looks like it happens when you dont have a class
 for form, but I can be wrong.
+
+------- Additional Comments From everaldo at simios.org  2007-02-11 16:42 -------
+This also causes same error:
+
+using System.Windows.Forms;
+
+class TestForm : Form {
+
+    static void Main() {
+        Application.Run(new TestForm());
+    }
+
+    public TestForm() {
+
+    }
+}
+


More information about the mono-bugs mailing list