[Mono-bugs] [Bug 42521][Maj] Changed - mcs 0.24 compile exception relating to foreach loop

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 9 May 2003 14:09:58 -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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=42521

--- shadow/42521	Fri May  9 14:06:21 2003
+++ shadow/42521.tmp.29374	Fri May  9 14:09:58 2003
@@ -91,6 +91,15 @@
 ------- Additional Comments From miguel@ximian.com  2003-05-09 14:06 -------
 I can not reproduce the problem, please provide a standalone sample
 that compiles.
 
 
 
+
+------- Additional Comments From miguel@ximian.com  2003-05-09 14:09 -------
+By the look of the stacktrace, it seems like a type is not being
+registered (maybe an interface, but its hard to tell).
+
+The problem is in fact related to the foreach statement, but the
+sample I tried to make lacked enough bits to be useful.
+
+