I have an application that uses multiple AppDomains, and I use remoting with
the Ipc Channel to communicate between the different AppDomains. On ocassion
I'll get an exception when trying to connect the Client to the server,
claiming that it could not use the IpcChannel, becase it could not open the
port, access is denied. Rebooting the computer typically solves this
problem. Still I'm a little worried about it. Does anyone know what would
cause this problem? I appreciate the help.