I had this problem and other similars. Have a look at my solution. The directory "C:\Program Files\Mono-1.2.3.1\lib\xsp\test" is the problem. You may not install where the path makes use of spaces as in "Program Files".
Install mono project and all its components at a C:\root, for example: C:\MonoProject\Mono-1.2.3.1 C:\MonoProject\vsprj2make Thereafter you may run XSP for testing and for your application. If you are using the Visual Studio.NET 2003, run the xsp by using the plugin vsprj2make. Best Regards Eduardo Xavier Jim Chappell wrote: > > I just installed Mono on windows 2000. I'm getting the error below after > starting XSP from a Mono command prompt and browsing to port 8080. What's > wrong? > > C:\Program Files\Mono-1.2.3.1\lib\xsp\test>xsp > xsp > Listening on port: 8080 (non-secure) > Listening on address: 0.0.0.0 > Root directory: C:\Program Files\Mono-1.2.3.1\lib\xsp\test > Hit Return to stop the server. > Application_Start > Stacktrace: > > at System.Web.Configuration.WebDefaultConfig.GetConfigFromFileName > (string,System.Web.HttpContext) <0xffffffff> > at System.Web.Configuration.WebDefaultConfig.GetConfigFromFileName > (string,System.Web.HttpContext) <0x002c1> > at System.Web.Configuration.WebDefaultConfig.GetConfigFromFileName > (string,System.Web.HttpContext) <0x00292> > at System.Web.Configuration.WebDefaultConfig.GetConfig > (string,System.Web.HttpContext) <0x00041> > at System.Web.Configuration.WebConfigurationSettings.GetConfig > (string,System.Web.HttpContext) <0x00017> > at System.Web.HttpContext.GetConfig (string) <0x00010> > at System.Web.Security.FormsAuthenticationModule.OnAuthenticateRequest > (object,System.EventArgs) <0x00097> > at (wrapper delegate-invoke) > System.MulticastDelegate.invoke_void_object_EventArgs > (object,System.EventArgs) <0xffffffff> > at <>c__CompilerGenerated4.MoveNext () <0x0057c> > at <>c__CompilerGenerated5.MoveNext () <0x002e7> > at System.Web.HttpApplication.Tick () <0x00037> > at System.Web.HttpApplication.Start (object) <0x000e2> > at > System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest > (System.Web.HttpContext,System.AsyncCallback,object) <0x0007d> > at System.Web.HttpRuntime.RealProcessRequest (object) <0x001ab> > at System.Web.HttpRuntime.ProcessRequest (System.Web.HttpWorkerRequest) > <0x0002c> > at Mono.WebServer.MonoWorkerRequest.ProcessRequest () <0x0000a> > at Mono.WebServer.BaseApplicationHost.ProcessRequest > (Mono.WebServer.MonoWorkerRequest) <0x00043> > at Mono.WebServer.XSPApplicationHost.ProcessRequest > (int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono > .WebServer.SslInformations) <0x003d2> > at (wrapper remoting-invoke-with-check) > Mono.WebServer.XSPApplicationHost.ProcessRequest > (int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono > .WebServer.SslInformations) <0xffffffff> > at (wrapper xdomain-dispatch) > Mono.WebServer.XSPApplicationHost.ProcessRequest > (object,byte[]&,byte[]&,int,long,int,long,int,string,string,string,string,by > te[],string) <0xffffffff> > at (wrapper xdomain-invoke) > Mono.WebServer.XSPApplicationHost.ProcessRequest > (int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono > .WebServer.SslInformations) <0xffffffff> > at (wrapper remoting-invoke-with-check) > Mono.WebServer.XSPApplicationHost.ProcessRequest > (int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono > .WebServer.SslInformations) <0xffffffff> > at Mono.WebServer.XSPWorker.RunInternal (object) <0x0065a> > at (wrapper delegate-invoke) System.MulticastDelegate.invoke_void_object > (object) <0xffffffff> > at (wrapper runtime-invoke) System.Object.runtime_invoke_void_object > (object,intptr,intptr,intptr) <0xffffffff> > > abnormal program termination > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > -- View this message in context: http://www.nabble.com/XSP-error-on-windows-2000-tf3357406.html#a9461350 Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
