[Mono-bugs] [Bug 80640][Maj] Changed - Mono Differences to Microsoft runtime
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jan 26 19:42:41 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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80640
--- shadow/80640 2007-01-26 16:55:29.000000000 -0500
+++ shadow/80640.tmp.30254 2007-01-26 19:42:40.000000000 -0500
@@ -10,13 +10,12 @@
Component: Windows.Forms
AssignedTo: mono-bugs at ximian.com
ReportedBy: jeffr at newhartsystems.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Mono Differences to Microsoft runtime
I am trying to make our application run under Mono. It consists of over
20 dll's and 4 exe's. Here are some of the things I have noticed when I
try to run under mono that do not happen under the Microsoft runtime:
@@ -44,6 +43,27 @@
7.Changing System.Windows.Forms.MinimizeBox or
System.Windows.Forms.MaximizeBox after window is displayed causes
application to terminate without throwing an exception.
------- Additional Comments From vargaz at gmail.com 2007-01-26 16:55 -------
-> winforms
+
+------- Additional Comments From monkey at jpobst.com 2007-01-26 19:42 -------
+Thanks for the list. In the future, please use separate bugs so that
+we can track and assign them independently.
+
+Which version of Mono are you using?
+
+- I cannot reproduce 1, 2, or 6.
+- I can reproduce 5, that's a bug.
+- I can reproduce 7, that's a bug. pdb added RecreateHandle to our
+MinimizeBox and MaximizeBox setters exactly one year ago (1/26/2006).
+ Does anyone know why? Without the RecreateHandle, this seems to work
+correctly.
+- 3 and 4 are out of my expertise. :)
+
+We will be releasing 1.2.3 next week, but there is a preview available
+here: http://mono.ximian.com/monobuild/preview/download-preview/ .
+Would you mind retesting 1, 2, and 6 and see if they are fixed? (If
+you were using an older version of mono.)
+
+Thanks!
More information about the mono-bugs
mailing list