[Mono-bugs] [Bug 80764][Maj] New - PrintDialog.ShowDialog throws NullReferenceException
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Feb 8 09:24:42 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=80764
--- shadow/80764 2007-02-08 09:24:42.000000000 -0500
+++ shadow/80764.tmp.12348 2007-02-08 09:24:42.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 80764
+Product: Mono: Class Libraries
+Version: 1.2
+OS: Windows XP
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: georgegiolfan at yahoo.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: PrintDialog.ShowDialog throws NullReferenceException
+
+Steps to reproduce the problem:
+Compile and run the following program.
+using System.Windows.Forms;
+class Test {
+ static void Main() {
+ new PrintDialog().ShowDialog();
+ }
+}
+
+Actual Results:
+NullReferenceException.
+
+Expected Results:
+No exception.
+
+How often does this happen?
+Always (in the SVN version).
More information about the mono-bugs
mailing list