[Mono-bugs] [Bug 80782][Blo] New - Nothing works
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Feb 10 05:53:16 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 georgegiolfan at yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80782
--- shadow/80782 2007-02-10 05:53:16.000000000 -0500
+++ shadow/80782.tmp.14006 2007-02-10 05:53:16.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 80782
+Product: Mono: Class Libraries
+Version: 1.2
+OS: Windows XP
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: georgegiolfan at yahoo.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Nothing works
+
+Steps to reproduce the problem:
+Compile and run the following program.
+using System.Windows.Forms;
+class Test {
+ static void Main() {
+ Application.Run(new Form());
+ }
+}
+
+Actual Results:
+NullReferenceException in XplatUIWin32.SetVisible(IntPtr, bool, bool),
+Hwnd.ObjectFromHandle (handle).no_activate
+At this point Hwnd.windows is empty.
+
+How often does this happen?
+Always (on the SVN version).
More information about the mono-bugs
mailing list