| Thread | Last Post | Replies |
|
| Remoting ports | 27 Jun 2008 10:40 GMT | 5 |
We're using TCP Binary remoting between a client and server and are trying to control the ports that are being used. We specify the port the server listens on (1234) and specify the port for the client (1111). However, it seems that the client is ignoring the 1111 and is ...
|
| RPC Error 1722 again with Windows XP and SP2 | 26 Jun 2008 06:24 GMT | 1 |
Using windows XP with SP2, you have to install the registry key described in KB 838191. It worked until last week, when i installed the latest security patches from Microsoft. Now i cannot access the RPC server again. The registry key on the server is
|
| Dynamic Method Call | 26 Jun 2008 06:06 GMT | 5 |
I have hundreds of methods exposed on the app server via remoting. Is there a way for a client to dynamically invoke any one of these methods if I know the class name, method name and have a string containing the serialized objects to be passed as the method params? I
|
| Remoting Confusion! | 21 Jun 2008 19:31 GMT | 1 |
I hope someone can help, I'm in dire need of it! I've been tasked with creating a client server application that acts as an interface to a document management system's api. So far I have been going ok, I've created a remotable object from a class I
|
| singleton object, private static method and static variable | 11 Jun 2008 15:50 GMT | 2 |
Is the private static Method / static Variable is thread safe in the singleton object?
|
| Setting Culture for Remoting Call | 04 Jun 2008 21:13 GMT | 1 |
I have a remote service that my client calls. The client can be displayed in German or English. This Culture is set through a User Setting. When I make a remoting call to the server I need to be able to tell the service that it should return messages in the clients
|