[quoted text, click to view] On Thu, 1 Jun 2006 08:56:02 -0700, dr wrote:
> I hope thats not the case and if that is the case, then I'd highly recommend
> to anyone not to use remoting. Losing your network connection is a real life
> scenario that can occur at any time in any situation.
I'm not really sure of what your problem is. .NET Remoting is generally
used to allow 2 or more applications to communicate across a network. As
you're saying, loss of network connectivity is a common real-life problem
but when that happens it seems prefectly normal to me that remote calls
fail with an exception. Although you've not said it in your original post,
i have the impression that you're using remoting between 2 application on
the same machine. In this case, i believe that a new Shared Memory channel
appeared in .NET 2 that should be a lot more suitable for your situation