RemotingException Using IPC With .NET
Reply
In a project I’m using IPC (Inter Process Communication) for sharing objects of a Windows service with a client application. This always worked correctly when the client application started the first time and used the objects of the Windows service. … Continue reading