[Mono-list] trouble with xsp/server

Gonzalo Paniagua Javier gonzalo@ximian.com
17 Dec 2002 07:06:14 +0100


El mar, 17-12-2002 a las 06:52, John escribió:
> I just jumped on board but I hope to help out as soon as I get myself up
> to speed with things. I checked out the XSP module from cvs and
> installed so I could start to check out what has been done for
> system.web.. However, I cannot get the server to run. When running it
> under mono I get the following error:
> 
> ** (server.exe:24477): WARNING **: Failed to load library
> libkernel32.dll.so (kernel32.dll): libkernel32.dll.so: cannot open
> shared object file: No such file or directory
> 
> ** (server.exe:24477): WARNING **: Failed to load library
> libkernel32.dll.so (kernel32.dll): libkernel32.dll.so: cannot open
> shared object file: No such file or directory
> GC Warning: Finalization cycle involving 8173c40
> Listening on port: 8080
> 
> Which when hit with a web browser generates the following:
> 
> Error
> System.Web.HttpException: File does not exist
> in <0x000c4> 00 System.Web.StaticFileHandler:ProcessRequest
> (System.Web.HttpContext)
> in <0x00193> 00 .ExecuteHandlerState:Execute ()
> in <0x0005e> 00 .StateMachine:ExecuteState (IStateHandler,bool&)

try http://127.0.0.1:8080/index.aspx

-Gonzalo