System.Runtime.Remoting Exception
From: Karthik Srinivasan (karthiks_75_at_hotmail.com)
Date: 03/26/04
- Next message: Sam Cromer: "Remote Auth question"
- Previous message: Eugene Lerner: "Problem using configuration file"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 26 Mar 2004 11:37:25 -0600
Hi,
I'm using IIS to host .Net remoting components.
Global.asax on Application_Start load the config file containing all the
remoting entries on the server
<wellknown type="Foo, Foo" mode="SingleCall" objectUri="Foo.rem" />
Clients load the config file containing the following entry
<wellknown type="Foo, Foo"
url="http://xxx.xxx.xxx.xxx/RemotingServices/Foo.rem"/>
When creating object, intermittently I get the exception mentioned below:
at
System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(Met
hodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean
fExecuteInContext, Object[]& outArgs)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessa
ge msg, Int32 methodPtr, Boolean fExecuteInContext)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type)
When this exception is thrown IIS logs it as '500'. I would really
appreciate if anyone can provide an explanation on why this exception is
thrown and how to resolve it.
Thanks,
Karthik Srinivasan
- Next message: Sam Cromer: "Remote Auth question"
- Previous message: Eugene Lerner: "Problem using configuration file"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|