I am working on a desktop application which uses .net remoting. During the start up the rem开发者_如何学JAVAoting layer is configured based on the app.config. I have a requirement of re-configuring th
I wo开发者_如何学编程uld like to run an application passing it arguments from a remote machine. I\'ve got the following to work on the remote machine by running it locally:
I checked the rest of the remoting questions, and this specific case did not seem to be addressed. I have a .NET Remoting server/client set up. On the server side I have an objec开发者_如何学Ct with
I have such network configuration (see link - http://s58.radikal.ru/i160/1110/4c/1c2c5d74edd0.jpg) Where:
In our server, we configure the port in app.config as follows: <configuration> <system.runtim开发者_如何学Goe.remoting>
I\'m encountering a problem when I use remoting to fill a datatable with > 1000 records. It keeps giving me a system.outofmemoryexception.
I want to get the process in a remote system using vb.net for that i have use getProcess() method. when i am trying to execute the code it is showing an error like \"Couldn\'t connect to remote machin
I am working on a .Net Remoting project. If there is any exception in remote object, I would like to send that exception in detail to the client. I am using the following code to accomplish that-
We have a Swing application. Now I need to set up a Java EE server that provides some services to these Swing clients on a LAN.
I\'m using the following code in a singleton remoting object MBRO. This function is only called on the server side.