[Mono-bugs] [Bug 75359][Nor] Changed - Wrong behavior of MONO SWF
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 14 08:29:34 EDT 2005
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 ddmk at mail.ru.
http://bugzilla.ximian.com/show_bug.cgi?id=75359
--- shadow/75359 2005-07-01 12:30:53.000000000 -0400
+++ shadow/75359.tmp.714 2005-07-14 08:29:34.000000000 -0400
@@ -94,6 +94,19 @@
I can't compile resources under mono:
resgen /compile StorageView.resx
Error: Exception has been thrown by the target of an invocation.
Inner exception: Invalid Parameter. A null reference or invalid
value was found.
+
+------- Additional Comments From ddmk at mail.ru 2005-07-14 08:29 -------
+ wrong elements in System.Windows.Forms.Control.Controls
+collection (in panel by default none must present but some elements
+present which must not present :
+
+Panel contains System.Windows.Forms.HScrollBar in own Controls
+collection which wasn't added. So if application think that only
+Controls which it added (MS behavior) and not think about addition
+automatically added controls will be differency in work of
+application.
+
+
More information about the mono-bugs
mailing list