[Mono-bugs] [Bug 74500][Nor] Changed - xsp has limitations on loading assemblies from the gac

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 20 Apr 2005 04:08:10 -0400 (EDT)


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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74500

--- shadow/74500	2005-04-20 03:42:39.000000000 -0400
+++ shadow/74500.tmp.7981	2005-04-20 04:08:10.000000000 -0400
@@ -61,6 +61,21 @@
 instaled assembly like:
         $ cd /usr/lib/mono/1.0
         $ ln -s
 ../gac/TestAssembly/1.0.0.0__62ab488fdec12872/TestAssembly.dll
 
 so that mcs can find it.
+
+------- Additional Comments From gonzalo@ximian.com  2005-04-20 04:08 -------
+So I used these commands to install them and automatically create that
+link (you should use /usr instead of /mono-HEAD/lib):
+
+gacutil /i 2.0.0.0/TestAssembly.dll /gacdir /mono-HEAD/lib /root
+/mono-HEAD/lib /package 1.0
+gacutil /i 2.0.0.0/TestAssembly.dll /gacdir /mono-HEAD/lib /root
+/mono-HEAD/lib /package 1.0
+
+Now, the problem is that mcs will only know about the last of the 2
+versions that was installed, since that will be the link in
+/mono-HEAD/lib/mono/1.0/. This will make the compiled page reference
+that version instead of loading the version requested.
+