I\'m using IIOP.NET to communicate with C++ in C#. Currently C++ calls ca开发者_StackOverflow社区n happen anytime, since C# Remoting Framework uses its own thread.
I\'d think this would be simple, but I can\'t find an answer. I\'m using remoting and I want to store the RemotingConfiguration in the app.config. When I call RemotingConfi开发者_如何学运维guration.C
After some reading, i\'ve gather .NET Remoting is a deprecated API which has been replaced by WCF. I\'m writing an automation framework, and would like to reference a DLL with types/methods either lo
I\'m trying to expose a remote interface to a spring web application, and I\'m having issues, always getting 404. What\'s wrong with my setup below?
I\'m desperately trying to find a suitable solution to connect my iPhone application with my Grails backend. In the past, I have tried HessianKit but it\'s not maintained anymore. I also tried cocoa-a
In the current codebase (way old) there is a web server in a DMZ-network (not allowed to talk to DB) which is allowed to talk to an app server in the trusted network through .Net remoting.
I\'ve created an IPC channel in .NET2 using RegisterWellKnownClientType and RegisterWellKnownServerType.
I have exhausted my efforts to find any useful information about the IAuthorizeRemotingConnection interface in regards to .NET Remoting, and I\'m not really finding anything useful.
I\'ve been developing a Windows Service in C#. A set of configuration file paths is supplied to this service when it starts.For each of these files the service will spin up an AppDomain using the fil
I have an Addin for MS Excel which needs a singleton to share data amongst modules. Depending on the version of Excel (2003, 2007, 2010), and how Excel was started, it calls my addin from different, u