Code: Select all
var channel = new IpcServerChannel("someName");
ChannelServices.RegisterChannel(channel, true);
Code: Select all
RemotingConfiguration.RegisterWellKnownServiceType(typeof(TObjectType), "someUrl",
WellKnownObjectMode.SingleCall);
Code: Select all
Failed to instrument WPF process. UI element identification capabilities for this window are limited.
Exception while initializing WPF proxy: System.Runtime.Remoting.RemotingException: Failed to write to an IPC Port: The pipe is being closed.
Thanks
Eadan