To setup your development environment for building a C# app that includes the SDK Wrapper library, you need to first create a new Web site project, and then add the SDK Wrapper library as a reference in that project.
The following steps describe how to create a new C# Web site project using Microsoft Visual Studio as the IDE:
-
Open Microsoft Visual Studio.
-
On the File menu, click New Web Site. This opens the New Web Site dialog box.
-
In the New Web Site dialog box, under Visual Studio installed templates, select ASP.NET Web Site.
-
In the web Location box, select File System from the dropdown menu and enter the name of the folder where you want to keep the pages of your Web site.
For example: C:\BasicWebSite.
-
In the Language list, click Visual C#.
-
Click OK. The folder and a new page named Default.aspx application development are created.
|