https://bugzilla.novell.com/show_bug.cgi?id=665710
https://bugzilla.novell.com/show_bug.cgi?id=665710#c0 Summary: Missing method System.Reflection.Assembly::UnsafeLoadFrom(string) Classification: Mono Product: Mono: Class Libraries Version: SVN Platform: 32bit OS/Version: Ubuntu Status: NEW Severity: Major Priority: P5 - None Component: CORLIB AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Third Party Developer/Partner Blocker: --- Compilation of F# Interactive (fsi.exe) is failing because mscorlib.dll is missing System.Reflection.Assembly.UnsafeLoadFrom http://msdn.microsoft.com/en-us/library/system.reflection.assembly.unsafeloadfrom.aspx For example, the following won't compile: using System.Reflection; class UnsafeLoadFromTest { public static void Main() { // LoadFrom works fine Assembly.LoadFrom(""); // UnsafeLoadFrom is missing Assembly.UnsafeLoadFrom(""); } }; -- Configure bugmail: https://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
