[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 03:42:39 -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:41:19.000000000 -0400
+++ shadow/74500.tmp.7182 2005-04-20 03:42:39.000000000 -0400
@@ -52,6 +52,15 @@
CC'ing Miguel and Jackson as mcs and gacutil are involved.
------- Additional Comments From gonzalo@ximian.com 2005-04-20 03:41 -------
Created an attachment (id=14979)
README from the test case
+
+------- Additional Comments From gonzalo@ximian.com 2005-04-20 03:42 -------
+The reporter says (and i verified) that he has to link the gacutil
+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.