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
8 The ServerApp uses the Remoting facility to configure and expose the component as a remote component.
\r
10 The ClientApp uses the Remoting facility to configure and consume the remote component.
\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