Fix the build.
[castle.git] / Samples / Facilities / Remoting / KernelOnBothEndPoints / Readme.txt
blob1092b971efd8483453661e8a96d27f21f0815476
1 \r
2 The config files must be copied to the binary folders. VS does that for you (see the build events).\r
3 If you are not using Visual Studio, remember to do it.\r
4 \r
5 This sample\r
6 -----------\r
7 \r
8 The ServerApp uses the Remoting facility to configure and expose the component as a remote component.\r
9 \r
10 The ClientApp uses the Remoting facility to configure and consume the remote component.\r
13 Running the sample\r
14 ------------------\r
16 Start the ServerApp\r
18 Execute the ClientApp one or more times.\r
20 The output should be (on the ServerApp console):\r
22 --------------------------------------------\r
23 Server started, press enter to close.\r
24 Some message from the client\r
25 Some message from the client\r
26 --------------------------------------------\r