1 To run this demo, open two terminal windows. In the first window,
2 start the IceBox server:
4 $ iceboxnet.exe --Ice.Config=config.icebox
6 In the second window, run the client:
10 To shut down IceBox, use iceboxadmin:
12 $ iceboxadmin --Ice.Config=config.admin shutdown
15 Note for 64 bit Windows:
17 In order to run this demo under 64 bit Windows you must add
18 <ice-install-dir>\bin to your PATH, since that is where iceboxnet.exe
21 Note for Visual Studio 2010 / .NET 4.0 users:
23 You need to configure iceboxnet.exe to use the .NET 4.0 runtime. See
24 the release notes for details.