http://bugzilla.novell.com/show_bug.cgi?id=601157
http://bugzilla.novell.com/show_bug.cgi?id=601157#c0 Summary: [regression] smcs complains about (not really) missing RuntimeHelpers.InitializeArray Classification: Mono Product: Mono: Compilers Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: C# AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Recent changes in trunk has broken moonlight build. 1. Compile mono/mcs 2. Compile moon r156476 or later (bug #601141 will hide this issue on earlier revisions) .. /System.Windows.Controls/GridTestAuto.cs(2245,30): error CS0656: The compiler required member `System.Runtime.CompilerServices.RuntimeHelpers.InitializeArray(System.Array, System.RuntimeFieldHandle)' could not be found or is inaccessible /System.Windows.Controls/GridTestAuto.cs(2253,30): error CS0656: The compiler required member `System.Runtime.CompilerServices.RuntimeHelpers.InitializeArray(System.Array, System.RuntimeFieldHandle)' could not be found or is inaccessible .. However RuntimeHelpers.InitializeArray exists in SL API and is shown as present in gui-compare - so the problem is likely a bit different. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
