On Fri, 2010-09-10 at 10:30 -0700, Juan Hawa wrote: [...] > > I tried running mod-mono-server2 directly, and when trying to > access the page i get the following error: > > mod_mono and xsp have different versions. Expected '9', got 71 > mod_mono and xsp have different versions. Expected '9', got 71 > System.InvalidOperationException: mod_mono and xsp have > different versions. Expected '9', got 71 > at Mono.WebServer.ModMonoRequest.GetInitialData () [0x00000] > in <filename unknown>:0 > at Mono.WebServer.ModMonoRequest..ctor > (System.Net.Sockets.Socket client) [0x00000] in <filename > unknown>:0 > at Mono.WebServer.RequestReader..ctor > (System.Net.Sockets.Socket client) [0x00000] in <filename > unknown>:0 > at Mono.WebServer.ModMonoWorker.InnerRun (System.Object > state) [0x00000] in <filename unknown>:0 > at Mono.WebServer.ModMonoWorker.Run (System.Object state) > [0x00000] in <filename unknown>:0 > > You got any idea why this is happening ?
I would guess you're running mod_mono 2.4.x and xsp 2.6.x or the other way around. Is this the case? You should try to get matching version for both of them. -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
