[Mono-bugs] [Bug 79920][Maj] Changed - ASP.NET 2.0 runtime error
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Nov 16 19:31:29 EST 2006
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79920
--- shadow/79920 2006-11-16 18:54:13.000000000 -0500
+++ shadow/79920.tmp.15684 2006-11-16 19:31:29.000000000 -0500
@@ -1,17 +1,17 @@
Bug#: 79920
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: windows XP 64bit 2003 edition
-Status: ASSIGNED
+Status: NEW
Resolution:
Severity: Unknown
Priority: Major
Component: Sys.Web
-AssignedTo: gonzalo at ximian.com
+AssignedTo: wberrier at novell.com
ReportedBy: fn30762 at fmi.uni-sofia.bg
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: ASP.NET 2.0 runtime error
@@ -107,6 +107,28 @@
builder at monowin /cygdrive/c/test/Mono-1.2
------- Additional Comments From gonzalo at ximian.com 2006-11-16 18:54 -------
I have no idea why it's not loading that assembly from the gac. I'll
try the installer here and see what happens.
+
+------- Additional Comments From gonzalo at ximian.com 2006-11-16 19:31 -------
+Okay, I just found the problem.
+Mono.WebServer.dll (and Mono.WebServer2.dll) are in both lib/mono/x.0
+and in lib/mono/gac/.....
+
+On linux/*ix, the first is a symbolic link to the latter, so the
+runtime resolves that symbolic link and finds the same assembly for
+both locations.
+
+On windows, as the 2 files are in different locations, the runtime
+thinks they are different.
+
+What I did to make it work was:
+ 1. Create a 'exes' directory under lib/mono/1.0 and lib/mono/2.0
+ 2. Move xsp.exe from lib/mono/1.0 to to lib/mono/1.0/exes
+ 3. Move xsp2.exe from lib/mono/2.0 to to lib/mono/2.0/exes
+ 4. Update xsp, xsp.bat, xsp2 and xsp2.bat to the new directory.
+
+After that, everything worked fine.
+
+Wade? Can you do that?
More information about the mono-bugs
mailing list