[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:40:51 -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:22:42.000000000 -0400
+++ shadow/74500.tmp.7112 2005-04-20 03:40:51.000000000 -0400
@@ -10,13 +10,13 @@
Component: XSP
AssignedTo: gonzalo@ximian.com
ReportedBy: gustav-w-s@online.de
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
+Cc: jackson@ximian.com,miguel@ximian.com
Summary: xsp has limitations on loading assemblies from the gac
Description of Problem:
xsp can only load assemblies from the gac that are linked in $libdir/mono/1.0
On a "<%@ Register.." statement the specified assembly version is ignored.
@@ -40,6 +40,13 @@
see the attached testcase
------- Additional Comments From gustav-w-s@online.de 2005-04-08 02:43 -------
Created an attachment (id=14893)
testcase xsp-gac-bug.tar.bz2.
+
+------- Additional Comments From gonzalo@ximian.com 2005-04-20 03:40 -------
+I fixed the System.Web part so that now version, publickeytoken, etc.
+are actually used. But now the problem is that I have no (non-hackish)
+way to tell mcs the path to the assembly.
+
+CC'ing Miguel and Jackson as mcs and gacutil are involved.