[Mono-bugs] [Bug 82003][Nor] Changed - CS0103 error compiling anonymous method in combination with partial classes
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 3 13:59:34 EDT 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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=82003
--- shadow/82003 2007-09-02 12:20:33.000000000 -0400
+++ shadow/82003.tmp.30448 2007-09-03 13:59:34.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 82003
Product: Mono: Compilers
Version: 1.2
OS: All
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
@@ -79,6 +79,15 @@
Main.cs(11,33): error CS0103: The name 'Agenda' does not exist in the
context of '<>c_CompilerGenerated0'
------- Additional Comments From contact at i-nz.net 2007-09-02 12:20 -------
Seems to have been fixed. Unable to reproduce with revision 85181.
+
+------- Additional Comments From gert.driesen at pandora.be 2007-09-03 13:59 -------
+Nope, this is not fixed. I now get the following errors:
+
+B.cs(11,33): error CS0103: The name `Agenda' does not exist in the
+current context
+B.cs(10,29): error CS0029: Cannot implicitly convert type anonymous
+method to `Mono.Sms.Contacts.ContactsHandler'
+
More information about the mono-bugs
mailing list