DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
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.
Prerequisites
Building 0.9 Client
Generate framing from /Qpid.Common/amqp.xml specificiation file:
$ build-framing
Alternatively, just switch to /Qpid.Common and run "ant" there.
You can build from Visual Studio 2005 normally. Alternatively, you can build debug releases for any supported framework from the command line using Nant:
To build .NET 2.0 executables (to bin/net-2.0):
$ build-dotnet20
To build .NET 1.1 executables (to bin/net-1.1):
$ build-dotnet11
To build for Mono on Linux (to bin/mono-2.0):
$ build-mono
Building 0.10 Client
Prerequisites:
Generate code from <project home>/dotnet/client-010/gentool:
$ cd <project home>/dotnet/client-010/gentool
$ ant
You can build from Visual Studio 2005 normally. Alternatively, you can build debug releases for any supported framework from the command line using Nant:
To build .NET 2.0 executables (to bin/net-2.0):
$ cd <project home>/dotnet/client-010/
$ nant
To build for Mono on Linux (to bin/mono-2.0):
$ cd <project home>/dotnet/client-010/
$ nant -t:mono-2.0