[Mono-devel-list] Suse 9.1 XSP error

Patrick Bourke pbourke at semaview.com
Mon Jul 19 18:24:05 EDT 2004


Hi All,

I'm new to Mono and ASP.NET so please bear with me . I'm attempting to 
view the ASP.NET samples that come with XSP on my Suse 9.1 machine. 
Through the suse 9.1 rpms of Mono 1.0 I've installed Mono, MS stack 
including WebForms and XSP.

I run xsp from the web root of the samples as follows:

pbourke at tau:/usr/share/doc/xsp/test> mono /usr/bin/xsp.exe


A request to http://localhost:8080/ gives the following error:

System.Runtime.Remoting.RemotingException: Configuration file 
'/etc/mono/machine.config' could not be loaded: Type 
'System.Runtime.Remoting.Channels.Http.HttpClientChannel, 
System.Runtime.Remoting, Version=1.0.5000.0, Culture=neutral, 
PublicKeyToken=b77a5c561934e089' not found
in <0x00110> 
System.Runtime.Remoting.RemotingConfiguration:ReadConfigFile (string)
in
... snipped ...


A second request to http://localhost:8080 crashes xsp:

System.NullReferenceException: Object reference not set to an instance 
of an object

Server stack trace:
in <0x00061> System.Web.HttpRuntime:ProcessRequest 
(System.Web.HttpWorkerRequest)
in <0x0000a> Mono.ASPNET.MonoWorkerRequest:ProcessRequest ()
in <0x0004f> Mono.ASPNET.BaseApplicationHost:ProcessRequest 
(Mono.ASPNET.MonoWorkerRequest)
... snipped ....


/etc/mono/machine.config contains this on line 171:

<channel id="http" 
type="System.Runtime.Remoting.Channels.Http.HttpChannel, 
System.Runtime.Remoting, Version=1.0.5000.0, Culture=neutral, 
PublicKeyToken=b77a5c561934e089" />


This is probably a simple config issue of some sort but I honestly don't 
even know where to start . I can give full dumps of errors if needed.

Thanks,
Patrick



More information about the Mono-devel-list mailing list