[Mono-bugs] [Bug 58511][Maj] Changed - XSP not working on Windows
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Jun 2004 21:54:14 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58511
--- shadow/58511 2004-06-22 19:28:41.000000000 -0400
+++ shadow/58511.tmp.3119 2004-06-22 21:54:14.000000000 -0400
@@ -331,6 +331,18 @@
------- Additional Comments From miguel@ximian.com 2004-06-22 19:28 -------
Gonzalo, could we hardcode the mcs.bat invocation?
We can probably guess where it comes from
+
+------- Additional Comments From atsushi@ximian.com 2004-06-22 21:54 -------
+AFAIK, there is two problems on "xsp on windows"
+
+1) We should run xsp.exe under mono runtime. Running xsp on MS.NET
+runtime will result in assembly probing problem (right now I don't
+know the exact problem reason).
+
+2) as gonzalo guessed, "mcs" must be on the PATH. The path is Windows
+one, not cygwin one (even running from bash). I posted the workaround
+patch to the devel-list.
+