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” on page 8. The task described below assumes that you have Visual
Studio 2003 installed, and that you are familiar with using Visual Studio
2003.
Why and when to perform this task
This section provides the information that you need to build the
.NET applications using
Visual Studio 2003. 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.