![]() |
| | #1 |
| Registered User Join Date: Apr 2005
Posts: 11
| Remotable types I'm trying to get a very simple remotable type example working (from http://msdn.microsoft.com/en-ie/libr...2e(en-us).aspx ). I've put together the Remotable Type, the Server/Host and the Client exactly as in the tutorial. The Client is on a different machine from the other 2 (although you need to copy the RemotableType.dll to the client and add a reference to it). In my client, I configure the remote connection (specifying the machine etc. as in the tutorial) and then create my instance of the remotable class with the code below: Code: RemotingConfiguration.Configure("Client.exe.config.txt", false);
RemotableType.RemotableType remoteObject = new RemotableType.RemotableType();
Thanks. Conor. |
| conor20_ie is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| My Program gives a load of errors on comile, can some1 help explain them to me please | MadnessRed | C Programming | 6 | 08-23-2008 01:16 PM |
| The Interactive Animation - my first released C program | ulillillia | General Discussions | 48 | 05-10-2007 02:25 AM |
| invalid types 'int[int]' for array subscript | kolistivra | C++ Programming | 2 | 04-10-2007 11:01 AM |
| List or container to hold types | tony_chestnut | C++ Programming | 6 | 04-21-2006 11:46 AM |
| Dikumud | maxorator | C++ Programming | 1 | 10-01-2005 06:39 AM |