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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
+AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: ASP.NET 2.0 runtime error
@@ -107,6 +107,28 @@
 [EMAIL PROTECTED] /cygdrive/c/test/Mono-1.2
 
 
 ------- Additional Comments From [EMAIL PROTECTED]  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 [EMAIL PROTECTED]  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?
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to