[Mono-bugs] [Bug 66237][Maj] Changed - remapping issue for assemblies targeting .NET 1.0 / 1.1 on Mono 2.0 profile
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 28 Dec 2004 14:35:19 -0500 (EST)
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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=66237
--- shadow/66237 2004-09-20 02:15:15.000000000 -0400
+++ shadow/66237.tmp.8487 2004-12-28 14:35:19.000000000 -0500
@@ -112,6 +112,13 @@
profile assemblies (1.0.5000.0) to 2.0 profile assemblies, we need
to perform remapping before the reference is loaded (as a reference
to a 1.0.5000.0 system assembly will succeed when running on the 2.0
profile, but you'd end up mixing 1.0.5000 and 2.0.3600.0 assemblies
which would lead to the results described above).
+
+------- Additional Comments From sebastien@ximian.com 2004-12-28 14:35 -------
+This seems related to the "unification" policy.
+
+http://blogs.msdn.com/alanshi/archive/2004/02/15/73244.aspx
+http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconnetframeworkassemblyunificationoverview.asp
+