remoting
Can remoting configuration be re-configured?
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[详细]
2023-04-13 05:16 分类:问答How to execute script block on remote machine that uses local variable as an argument
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:[详细]
2023-04-13 02:20 分类:问答.NET Remoting Exception not handled Client-Side
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[详细]
2023-04-10 20:16 分类:问答Can't connect to MongoDB on remote host via php
I have such network configuration (see link - http://s58.radikal.ru/i160/1110/4c/1c2c5d74edd0.jpg) Where:[详细]
2023-04-10 07:36 分类:问答In C# how do I reference the port number configured in app.exe.config?
In our server, we configure the port in app.config as follows: <configuration> <system.runtim开发者_如何学Goe.remoting>[详细]
2023-04-06 13:49 分类:问答ADO.Net FillDatatable giving systemoutofmemoryexception during remoting
I\'m encountering a problem when I use remoting to fill a datatable with > 1000 records. It keeps giving me a system.outofmemoryexception.[详细]
2023-04-05 11:05 分类:问答"Couldn't connect to remote machine." error in vb.net
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[详细]
2023-04-03 17:40 分类:问答Handle exceptions in .net remoting objects
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-[详细]
2023-03-29 05:51 分类:问答Best practice to communicate with Java EE server
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.[详细]
2023-03-27 00:40 分类:问答Remoting cache object
I\'m using the following code in a singleton remoting object MBRO. This function is only called on the server side.[详细]
2023-03-26 06:28 分类:问答