Does any one know how to connect my c# console application to .net 开发者_开发百科remoting server object. How to make changes to config file for console application to consume the .net remoting object
The problem is the following. There is an application that is at work creating additional AppDomain\'s and loads there assembly (custom user scripts).
I\'m writing a program which will allow to load a specific managed .DLL file and play with it. Since I want the ability to unload the .DLL file, I\'m creating two AppDomains - one for the app itself,
Coming from a Java background, this is the way I\'m thinking: The server provides an object to开发者_如何学运维 the client. This object should be able to execute on the server.
What is a Channel Factory and 开发者_StackOverflow中文版why do you use it?If you used Visual Studio\'s Add Service Reference, or the svcutil.exe tool, you probably won\'t ever see a ChannelFactory.
Anyone know if it is easily possible to send **kwargs over PyAMF from NetConnection.call()? I would like it.
In my application, client can request service from server side while server can send events to client side.
I am trying to run a service under a different user account 开发者_开发百科from the application that will access the service via remoting.
I have a project with requirements: Clients connect to server through internet (WAN) to get data. Server can notify to clients when server has new data.
I have a COM+ o开发者_运维知识库bject which is not stateless (it takes a while to initialize, and maintains large objects in RAM). I want to expose its functionality to other applications / hosts via