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

Daniel Morgan danielmorgan@verizon.net
Mon, 21 Jun 2004 23:05:38 -0400


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.
in (unmanaged) (wrapper managed-to-native)
System.Reflection.Assembly:LoadFrom (string)
in <0x00004> (wrapper managed-to-native)
System.Reflection.Assembly:LoadFrom (string)
in <0x002fc> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch
(System.CodeDom.Compiler.CompilerParameters,string[])
in <0x003b7> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDomBatch
(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUn
it[])
in <0x0004f> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDom
(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUn
it)
in <0x00156> System.Web.Compilation.CachingCompiler:Compile
(System.Web.Compilation.BaseCompiler)
in <0x00338> System.Web.Compilation.BaseCompiler:GetCompiledType ()
in <0x0026a> System.Web.Compilation.AspGenerator:GetCompiledType ()
in <0x00068>
System.Web.UI.ApplicationFileParser:GetCompiledApplicationType
(string,System.Web.HttpContext)
in <0x00033> System.Web.HttpApplicationFactory:CompileApp
(System.Web.HttpContext)
in <0x00036> System.Web.HttpApplicationFactory:InitializeFactory
(System.Web.HttpContext)
in <0x00070> System.Web.HttpApplicationFactory:GetInstance
(System.Web.HttpContext)
in <0x0011a> System.Web.HttpRuntime:InternalExecuteRequest
(System.Web.HttpWorkerRequest)

 



------------------------------------------------------------------------
--------