[Mono-bugs] [Bug 74500][Nor] New - xsp has limitations on loading assemblies from the gac
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 8 Apr 2005 02:41:26 -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 gustav-w-s@online.de.
http://bugzilla.ximian.com/show_bug.cgi?id=74500
--- shadow/74500 2005-04-08 02:41:26.000000000 -0400
+++ shadow/74500.tmp.19780 2005-04-08 02:41:26.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 74500
+Product: Mono: Tools
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: XSP
+AssignedTo: gonzalo@ximian.com
+ReportedBy: gustav-w-s@online.de
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+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.
+
+Steps to reproduce the problem:
+A detailed description is included in the attached testcase.
+1. Create an assembly and install it into the gac
+2. Create an aspx-file that tries to use this assembly by using a register
+statement
+3. run xsp and try to load that page
+
+Actual Results:
+Error: "Cannot find assembly"
+
+Expected Results:
+page should load without an error
+
+How often does this happen?
+always
+
+Additional Information:
+see the attached testcase