Archive Content

Please note this page is present for reference only. These old .Net clients (and related code) have been removed and are no longer released components.

Setup

1) Start an C++ 0.10 broker
2) Edit the file: <project home>\dotnet\client-010\test\test.config and set the host name and port number of your broker. If security is enabled you may need to change the value of username and password.

For .NET 2.0

$ cd <project home>/dotnet/client-010/
$ nant test

For Mono on Linux

$ cd <project home>/dotnet/client-010/
$ nant -t:mono-2.0 test

  • No labels