[Mono-bugs] [Bug 43205][Maj] New - mcs from cvs compilation fails
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 17 May 2003 06:56:33 -0400 (EDT)
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 dimsmol@rambler.ru.
http://bugzilla.ximian.com/show_bug.cgi?id=43205
--- shadow/43205 Sat May 17 06:56:33 2003
+++ shadow/43205.tmp.19838 Sat May 17 06:56:33 2003
@@ -0,0 +1,25 @@
+Bug#: 43205
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: dimsmol@rambler.ru
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs from cvs compilation fails
+
+mcs from cvs compilation fails because System.AppDomain have some
+private event handlers, but implements interface System._AppDomain, that
+describes these events.
+
+The problem can be solved by just commenting out these events in
+System._AppDomain code (7 events at the bottom of source), but I don't
+know is it correct or not.