ImageGear for Silverlight
Creating a Project
Send Feedback
ImageGear for Silverlight User Guide > Getting Started > ImageGear for Silverlight C# Tutorial > Creating a Project

Glossary Item Box

  1. Make sure you have the Silverlight tools for Visual Studio installed, then start Visual Studio.
  2. Choose to start a new project and select project types of Visual C#\Silverlight. Then choose Silverlight Application from the list of Templates. Check the box for Create directory for solution, as the tutorial will include 2 projects. Specify a location to save the project and click OK.
  3. Choose to 'Host the Silverlight application in a new Web site' and define the New Web project type as an 'ASP.NET Web Site'.
  4. Next we need to add references to the ImageGear for Silverlight assemblies.
    1. Right click on References in the Solution Explorer and choose 'Add Reference' from the popup.
    2. In the Add Reference dialog, select the browse tab.
    3. Browse to the Bin sub directory of the ImageGear for Silverlight installation directory and choose the following files:
      • ImageGear20.Core.dll
      • ImageGear20.Formats.Advanced.dll
      • ImageGear20.Formats.CameraRaw.dll
      • ImageGear20.Formats.Common.dll
      • ImageGear20.Windows.Controls.dll
  5. Then click OK.

     

 

©2013. Accusoft Corporation. All Rights Reserved.