Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
2k views

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 ...
1
vote
2answers
122 views

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 ...
1
vote
2answers
1k views

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, ...
0
votes
1answer
220 views

.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 ...
0
votes
2answers
392 views

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. ...