[Mono-bugs] [Bug 581484] New: Need to run 1.0/1.1 assemblies on 2.0 profile
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Feb 19 16:22:22 EST 2010
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: lupus at novell.com
ReportedBy: jpobst at novell.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list