ImageGear for .NET
Creating the Project
Send Feedback
ImageGear for .NET User Guide > Getting Started > ImageGear for .NET Visual Studio 2008/2005 Tutorials > ImageGear for .NET C# WPF Tutorial > Creating the Project

Glossary Item Box

  1. First start Visual Studio .NET 2008.
  2. Choose to start a new project and select Visual C#, then Windows as the project type, and WPF Application as the template. The project name for this tutorial will be "IG WPF Tutorial". Click OK after entering in the project name.
  3. Next, add some Framework components.
    1. In the Solution Explorer, right-click on References and click Add Reference.
    2. Choose the .NET tab, select System.Windows.Forms, and click OK. You should now see it listed under References in the Solution Explorer.
  4. Next, add references to the core ImageGear for .NET Assemblies required for this project and the assembly encapsulating some of the more commonly used Formats.
    1. In the Solution Explorer, right-click on References and choose Add Reference.
    2. Choose the Browse tab.
    3. Navigate to the "ImageGear for .NET v21\Bin" directory and select the following:
      • ImageGear21.Core.dll
      • ImageGear21.Formats.Common.dll
      • ImageGear21.Presentation.dll
      • ImageGear21.Windows.Controls
      • ImageGear21.Windows.Forms
      • ImageGear21.Wpf.dll
  5. Click OK.

    You should now have the assemblies listed under References in the Solution Explorer.

©2013. Accusoft Corporation. All Rights Reserved.