remoting
Custom main loop in C# Remoting
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.[详细]
2023-03-03 18:37 分类:问答Get filename of current configuration file
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[详细]
2023-03-03 01:58 分类:问答Using WCF to execute code & return objects in another CLR address space
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[详细]
2023-02-26 01:23 分类:问答grails remoting plugin - always 404?
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?[详细]
2023-02-22 22:38 分类:问答iPhone Grails remoting options
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[详细]
2023-02-21 02:03 分类:问答Web Server / App Server via .Net Remoting / good idea? security aspects?
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.[详细]
2023-02-20 13:03 分类:问答.net IPC channel connection notification
I\'ve created an IPC channel in .NET2 using RegisterWellKnownClientType and RegisterWellKnownServerType.[详细]
2023-02-20 06:22 分类:问答IAuthorizeRemotingConnection .NET Remoting
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.[详细]
2023-02-18 00:35 分类:问答Inter-AppDomain communication problem
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[详细]
2023-02-16 02:17 分类:问答Cross-AppDomain Singleton with Remoting - poor startup performance
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[详细]
2023-02-15 17:56 分类:问答