http://bugzilla.novell.com/show_bug.cgi?id=581484
http://bugzilla.novell.com/show_bug.cgi?id=581484#c0 Summary: Need to run 1.0/1.1 assemblies on 2.0 profile Classification: Mono Product: Mono: Runtime Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: JIT AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=343596) --> (http://bugzilla.novell.com/attachment.cgi?id=343596) Test Case If you try to run an assembly compiled using 1.0 mcs/csc on HEAD/2.8, where we no longer ship 1.0 assemblies, you get: The assembly mscorlib.dll was not found or could not be loaded. It should have been installed in the `/opt/mono/lib/mono/1.0/mscorlib.dll' directory. We need to silently run this on the 2.0 profile and use 2.0 assemblies instead of the referenced 1.0 assemblies like .Net does. I don't know if this requires changes to the runtime or if we can do it by shipping policy files for all 1.0 assemblies. [1.0 compiled winforms test app attached] -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
