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=78692 --- shadow/78692 2006-07-03 18:51:05.000000000 -0400 +++ shadow/78692.tmp.14611 2006-07-05 16:52:07.000000000 -0400 @@ -3,21 +3,21 @@ Version: 1.1 OS: GNU/Linux [Other] OS Details: Linux Slackware, Windows XP Status: NEW Resolution: Severity: Unknown -Priority: Major +Priority: Wishlist Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: MS.NET's foreach loop over an array of Controls crashes JIT +Summary: [2.0] MS.NET's foreach loop over an array of Controls crashes JIT Description of Problem: I have the following code to reproduce the problem: using System; using System.Collections.Generic; @@ -92,6 +92,12 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-06-24 10:27 ------- Using HEAD, we correctly throw a MissingMethodException. So only the MWF issue remains. ------- Additional Comments From [EMAIL PROTECTED] 2006-07-03 18:51 ------- Are you using 2.0 .NET to compile? we only support 1.1 for MWF right now. + +------- Additional Comments From [EMAIL PROTECTED] 2006-07-05 16:52 ------- +This is just because the code is being compiled against MS's 2.0 +assemblies, but run on MWF which does not yet support 2.0. + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
