Walkthrough: Creating a DCS Solution
You create a DCS Solution to contain the projects that implement a service. This walkthrough shows how to create a DCS Solution by using Visual Studio.
This walkthrough creates a DCS Solution named WeatherInformation in the E:\Walkthroughs\ folder.
Before you begin
- Open Visual Studio before you start the following process.
Detailed Instructions
To create a DCS Solution project
- In Visual Studio, on the File menu, point to New, and then click Project.
- In the New Project dialog box, in the Project types list, expand Guidance Packages, and then click DCS BL VSExtensions.
- In the Templates pane, click DCS Solution.
- In the Name field, type WeatherInformation, and then click Browse.
- In the Project Location dialog box, browse to E:\Walkthroughs, and then click OK.
- In the New Project dialog box, click OK.
The following figure shows the New Project dialog box.
The New Project dialog box, configured to create a new DCS Solution project named WeatherInformation in the E:\Walkthroughs folder