[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
Fri, 22 Apr 2005 18:25:09 -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 04:08:10.000000000 -0400
+++ shadow/74500.tmp.3864 2005-04-22 18:25:09.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 74500
Product: Mono: Tools
Version: 1.1
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: XSP
AssignedTo: gonzalo@ximian.com
ReportedBy: gustav-w-s@online.de
QAContact: mono-bugs@ximian.com
@@ -76,6 +76,15 @@
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.
+
+------- Additional Comments From gonzalo@ximian.com 2005-04-22 18:25 -------
+System.Web needed to pass full path to the assemblies instead of just
+assembly file names when they were from the GAC.
+
+This is now fixed in SVN HEAD.
+
+Thanks.
+