genuinechannels

Good alternative to GenuineChannels for .net remoting

We have been using GenuineChannels in our product for the last 4 years. GenuineChannels now appears to have become unsupported and the main developer guy Dmitri has I think joined Microsoft. I have the source as part of the product but not the networking / .net knowledge to support it. Has anyone found a good alternative to GenuineChann...

Bi-Directional Communication using C# TCP Channels

Is there a native way to implement the features provided by the Genuine Channels (http://www.genuinechannels.com) component? Essentially, it provides the same features as the .net remoting component, with the only difference being .net remoting is unidirectional. I am looking for something where, as a client, I could connect to a server,...

RSA Encryption Failed with Error Code = -2146893819

I'm working on some code that dropped on me when another developer (and the only person who knew anything about this system) left. I'm trying to figure out why my client and server are not connecting. I'm getting the following error: "Genuine channels operation exception: The connection has been forcibly closed. Specified reason: RSA en...

What issues should I expect when porting an application from Genuine Channels to WCF

Genuine Channels is a set of 3rd party chancels for .Net Remoting. I have been given the tasks of replace the usages of .Net Remoting in a rick client and server with WCF. I am familiar with standard .net remoting but not Genuine Channels. So what problems should I expect and any pointers to the solutions? ...

.NET Remoting List All Server Activated Objects

Hi, I have a feeling that our .NET remoting services are getting overrun by objects instances that are hanging around on our server. I cannot change code the to add additional logging right now, as this is a deployed production instance. We do, however have a code console built into the application that will let us execute any code in...