.NET Remoting , If a .NETter dies in a channel...
...does System.Runtime.Remoting throw an exception?
Greetings all,
I'm having a problem debugging a .NET Remote object and I can't find good information on where to look next for a possible answer to the problem.
I've got a remoted object (inherits from MarshalByRefObject) being exposed in a Windows Service via a .config file. My client uses a similar .config file, and as far as I can tell the files are configured so that the channel should open properly and the client should see the service. Of course, I freely admit that I don't know a lot about networking, channels, etc. So there may be something I'm missing.
I'm currently trying to debug on my local machine (XP Box), and I'm not entirely sure if the tcp://localhost:<port>/ syntax is the correct way to set up the channel.
Anyone have any suggestions before I climb to the top of the nearest water tower with a high-powered rifle? ;)
Thanks,
Nate, MCAD/MCSD.NET
|