[Mono-bugs] [Bug 80972][Nor] Changed - Compiler throws Exception with anonymous Delegates
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 27 13:22: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 miguel at ximian.com.
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: rharinath at novell.com
ReportedBy: Egon.Rath at gespag.at
QAContact: mono-bugs at ximian.com
@@ -66,6 +66,17 @@
Please provide self contained test case if the issue still persist.
------- Additional Comments From Egon.Rath at gespag.at 2007-02-27 10:25 -------
Created an attachment (id=18789)
Demo Project which produces error
+
+------- Additional Comments From miguel at ximian.com 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.
More information about the mono-bugs
mailing list