Introduction > Installation
PhotoController 2.1
ContentsIndexHome
PreviousUpNext
Install Image Processing Assembly PhotoController to .NET 2.0 Environment

Installation

Please download PhotoController from http://www.imagecomponent.net/download , choose the package you need.

The core files of PhotoController contains:

IC.PhotoController.dll The assembly file
IC.PhotoController.xml The source documents
IC.PhotoController.chm The compiled html documentation
install.bat Install the assembly to GAC (global assembly cache)
uninstall.bat Uninstall the assembly from GAC
Use it in Visual Studio.NET

Open your project, in your project browser, right click [Reference] and choose [Add Reference].

In the dialog, click [Browse], select IC.PhotoController.dl. Now you can use the component in your project. But remember to include the namespace in your source code.

[C#]

using IC.PhotoController;


[VB.NET]

Imports IC.PhotoController

Prerequisite

  1. Microsoft (R) .NET Framework version v2.0.50727 or later installed
  2. Microsoft (R) Visual Studio .NET
  3. Microsoft (R) WINDOWS XP/2K or later

 

Send comments about this topic.
Copyright (c) 2006-2007 @ ImageComponent.NET All rights reserved.