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=80083 --- shadow/80083 2006-11-28 17:54:52.000000000 -0500 +++ shadow/80083.tmp.15283 2006-11-29 21:00:34.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 80083 Product: Mono: Class Libraries Version: 1.2 OS: unknown OS Details: WinXP Professional, SP2 -Status: NEW -Resolution: +Status: RESOLVED +Resolution: NOTABUG Severity: 040 One week Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -54,6 +54,12 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-11-28 17:54 ------- The app dies with an exception about a missing method: Unhandled Exception: System.MissingMethodException: Method not found: 'System.Windows.Forms.Control.set_BackgroundImageLayout'. ception about a missing method: + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-29 21:00 ------- +there is no bug here - the missing method exception happens because +this is a 2.0 assembly referencing 2.0 methods which we don't yet +implement. If you comment out the calls to the missing methods and +recompile, it works fine. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
