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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
