[Mono-bugs] [Bug 51518][Nor] Changed - mcs does not compile System.Windows.Forms.MessageBox.Show
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 30 Nov 2003 14:27:06 -0500 (EST)
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 fgenolini@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51518
--- shadow/51518 2003-11-30 14:21:38.000000000 -0500
+++ shadow/51518.tmp.4799 2003-11-30 14:27:05.000000000 -0500
@@ -1,15 +1,15 @@
Bug#: 51518
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details: cygwin under Windows XP SP1
Status: NEW
Resolution:
-Severity:
-Priority: Wishlist
+Severity: Unknown
+Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: fgenolini@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -81,6 +81,10 @@
// Deserialize the content of the file into a Book object.
introToVCS = (Book) reader.Deserialize(file);
System.Windows.Forms.MessageBox.Show(introToVCS.title,
"Book Title");
}
}
+
+------- Additional Comments From fgenolini@hotmail.com 2003-11-30 14:27 -------
+the workaround for me is not to use MessageBox and only output to
+console