|
|
|
date: Tue, 5 Feb 2008 02:36:00 -0800,
group: microsoft.public.dotnet.distributed_apps
back
System.Delegate.Remove fialed on remote delegates
Hi,
I have remote delegates, but when the remote client is not avialable anymore
(crashed for example), I can't remove the delegate from the inivocation list
on the server side.
When I call System.Delegate.Remove I got the error message:
System.Net.WebException: Unable to connect to the remote server --->
System.Net.Sockets.SocketException: A connection attempt failed because the
con
nected party did not properly respond after a period of time, or established
connection failed because connected host ha
s failed to respond 192.168.0.223:4674
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot,
SocketAddress socketAddress)
at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure,
Socket s4, Socket s6, Socket& socket, IPAddr
ess& address, ConnectSocketState state, IAsyncResult asyncResult, Int32
timeout, Exception& exception)
--- End of inner exception stack trace ---
How can I remove a remote delegate if the remote object doesn't exists
anymore?
Thanks
Bart
date: Tue, 5 Feb 2008 02:36:00 -0800
author: Bart am
RE: System.Delegate.Remove fialed on remote delegates
Hi Jialiang,
Yes, indeed, thanks
Bart
"Jialiang Ge [MSFT]" wrote:
> Hello Bart,
>
> Would you mind letting me know the result of the suggestions from Walter?
> If you need further assistance, feel free to let me know.
>
> Have a great day!
>
> Regards,
> Jialiang Ge (jialge@online.microsoft.com, remove 'online.')
> Microsoft Online Community Support
>
> =================================================
> When responding to posts, please "Reply to Group" via your newsreader
> so that others may learn and benefit from your issue.
> =================================================
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
date: Thu, 28 Feb 2008 01:46:00 -0800
author: Bart am
|
|