Questions tagged [genuinechannels]

5 questions
2
votes
3 answers

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…
gwyn
  • 21
  • 1
  • 2
1
vote
2 answers

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…
Jasper
1
vote
2 answers

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…
Ian Ringrose
  • 51,220
  • 55
  • 213
  • 317
0
votes
1 answer

.NET Remoting List All Server Activated Objects

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…
Jeff
  • 35,755
  • 15
  • 108
  • 220
0
votes
2 answers

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…
Kivus
  • 509
  • 3
  • 8
  • 23