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=80972 --- shadow/80972 2007-02-27 13:19:24.000000000 -0500 +++ shadow/80972.tmp.30987 2007-02-27 13:22:41.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 80972 Product: Mono: Compilers Version: 1.2 OS: other OS Details: -Status: REOPENED -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -66,6 +66,17 @@ Please provide self contained test case if the issue still persist. ------- Additional Comments From [EMAIL PROTECTED] 2007-02-27 10:25 ------- Created an attachment (id=18789) Demo Project which produces error + +------- Additional Comments From [EMAIL PROTECTED] 2007-02-27 13:22 ------- +This no longer crashes the compiler with Mono 1.2.3 + +mono$ gmcs /r:System.Drawing /r:System.Windows.Forms /target:exe +/r:model.dll /r:view.dll /out:controller.exe controller.cs +controller.cs(27,24): error CS0117: `System.Windows.Forms.Button' does +not contain a definition for `Clicked' +Compilation failed: 1 error(s), 0 warnings + +You must change "Clicked" for "Click" for the event to work. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
