When you build a sample .NET application,
an executable version of your chosen sample is created.
Before you begin
To build the
.NET samples,
you must have the appropriate compiler installed as described in
Operating environments.
The task described below assumes that you have Visual Studio 2003 installed,
and that you are familiar with using it.
Why and when to perform this task
To build a
.NET sample
application, carry out the following steps.
Steps for this task
- Click the Samples.sln solution file provided with the .NET samples.
- Right-click the Solution ’Samples’ in the Solution
Explorer window and select Build Solution.
Result
An executable program is created in the appropriate sample folder’s
bin/Debug or bin/Release subfolder, depending on the configuration that you
have chosen. This program has the same name as the folder, with a suffix of
CS. For example, if you are building the C# version of the message producer
sample application, SampleProducerCS.exe is created in the SampleProducer
folder.