[Mono-list] XSP on Mono Beta3 on Windows XP Pro SP1

Gonzalo Paniagua Javier gonzalo.reply.to.the.list.iam.subscribed@ximian.com
Tue, 22 Jun 2004 10:08:57 +0200


El mar, 22-06-2004 a las 05:05, Daniel Morgan escribió:
> I keep getting an Error 500 when running XSP on Mono Beta 3 on Windows
> XP Pro.
> What am I doing wrong here?
> 
> At first, I thought it was my temp, so I set it to something simple.
> 
> E:\Mono-Beta3\share\doc\xsp\test>set TEMP=D:\TEMP
> 
> E:\Mono-Beta3\share\doc\xsp\test>set TMP=D:\TEMP
> 
> E:\Mono-Beta3\share\doc\xsp\test>mono E:\Mono-Beta3\bin\xsp.exe
> Adding applications '/:.'...
> Registering application:
>     Host:          any
>     Port:          any
>     Virtual path:  /
>     Physical path: E:\Mono-Beta3\share\doc\xsp\test
> Listening on port: 8080
> Listening on address: 0.0.0.0
> Root directory: E:\Mono-Beta3\share\doc\xsp\test
> Hit Return to stop the server.
> The filename, directory name, or volume label syntax is incorrect.
> The filename, directory name, or volume label syntax is incorrect.
> 
> This is the result:
> 
> Server error in '/' application
> 
> ------------------------------------------------------------------------
> --------
> 
> Description: Error processing request. 
> Error Message: HTTP 500. 
> 
> Stack Trace: System.IO.FileNotFoundException: File 'D:\TEMP\18873.dll'
> not found.

This weird error probably means that mcs wasn't run successfully.
Running mcs might be tricky as we want 'mcs.bat' but will search for
'mcs' that could find 'mcs.EXE' before (other tricks when running under
cygwin might be needed as the 'mcs' shell script means nothing to
cmd.exe).

-Gonzalo