"Requested Service not found" while event call to the absent client
- From: "Aleksey Tkachenko" <no_spam@xxxxx>
- Date: Tue, 2 Aug 2005 15:19:02 +0900
Hi All,
If the client was closed improperly ( for example by task manager ), the server tries to call the usual event and throws exeption
System.Runtime.Remoting.RemotingException Requested Service not found
Server stack trace: at System.Runtime.Remoting.Channels.BinaryServerFormatterSink.ProcessMessage...
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)...
What is the recommended way of managing such a situations? How to recognize the dead links in the invocation list without calling them?
Aleksey.
.
- Prev by Date: Re: Object Design Question
- Next by Date: Typed datasets and DateTime using .NET remoting over differing timezones
- Previous by thread: Object Design Question
- Next by thread: Typed datasets and DateTime using .NET remoting over differing timezones
- Index(es):