Hello,
   I have build up some simple asp.net 2.0 web page (which uses session,
and request objects) and I have tested it in 32 bit environment, so there
was not problem, But now I have deployed it on 64bit linux (gentoo) and now
I got following error (below) when doing PostBack to server. I am testing
this with IE6. I updated mono to 1.2.3.1 and xsp 1.2.3. Page is hosted on
xsp server (it will be for intranet use only). At first I tested with MS
built binaries, later I mastered to compile this with gmcs, but result is
the same.

  Someone knows where could be the problem?

Thanks
Madars Vitolins


Server error in '/' application
------------------------------
*Description: *Error processing request.

*Error Message: *HTTP 500.
*Stack Trace: *

System.Runtime.Remoting.RemotingException: Method 'Read' not found in
type 'Mono.WebServer.BaseRequestBroker'

Server stack trace:
 at System.Runtime.Remoting.Messaging.CADMethodCallMessage.GetMethod
() [0x00000]
 at System.Runtime.Remoting.Messaging.MethodCall..ctor
(System.Runtime.Remoting.Messaging.CADMethodCallMessage msg) [0x00000]
 at System.AppDomain.ProcessMessageInDomain (System.Byte[]
arrRequest, System.Runtime.Remoting.Messaging.CADMethodCallMessage
cadMsg, System.Byte[]& arrResponse,
System.Runtime.Remoting.Messaging.CADMethodReturnMessage& cadMrm)
[0x00000]
 at (wrapper remoting-invoke-with-check)
System.AppDomain:ProcessMessageInDomain
(byte[],System.Runtime.Remoting.Messaging.CADMethodCallMessage,byte[]&,System.Runtime.Remoting.Messaging.CADMethodReturnMessage&)
 at System.Runtime.Remoting.Channels.CrossAppDomainSink.ProcessMessageInDomain
(System.Byte[] arrRequest,
System.Runtime.Remoting.Messaging.CADMethodCallMessage cadMsg)
[0x00000]

Exception rethrown at [0]:

 at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke
(System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg,
System.Exception& exc, System.Object[]& out_args) [0x00000]
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to