Click or drag to resize
About the Visual Studio templates

The SDK contains templates for Visual Studio 2005 and later projects (Visual Basic and C#). The templates help you to quickly create the basic framework for different types of projects by referencing the necessary SDK library, setting the project type, and creating initial project forms and code. Each template is useful for different purposes. You need to choose one of the templates depending on the kind of functionality you want to develop.

The available project types are:

Templates are installed into special folders of the current user where Visual Studio can find them. The folders where Visual Studio looks for templates can be configured in the Visual Studio options. If there are no SDK templates in the User project templates location folder or the User item templates location folder, then you should manually copy all files from the following folders to the respective locations:

C:\Program Files\BC-Meridian\BlueCielo .NET SDK\SDKVersion\Templates\VisualStudioVersion\ProjectTemplates

C:\Program Files\BC-Meridian\BlueCielo .NET SDK\SDKVersion\Templates\VisualStudioVersion\ItemTemplates

See Also