The ImageKit.NET3 contains a number of sample projects that illustrate some of the more common features of the ImageKit.NET3. Running these samples is the quickest way to become familiar with the ImageKit.NET3 and will also come in handy when you begin to build your own imaging applications. Feel free to cut and paste useful code from the sample programs directly into your application.

Samples and .NET Framework Version

The ImageKit.NET3 contains two sets of assemblies, assemblies for .NET Framework 2.0 to 3.5 and another set of assemblies for .NET Framework 4.0 and above. All of the sample programs included with the ImageKit.NET3 are built in .NET Framework 2.0 in VS2005. To build a sample project in .NET Framework 4.0 and above, set the project's target Framework to .NET Framework 4 or above and then in the project's references change the ImageKit assemblies to the ImageKit .NET Framework 4 assemblies.

Using the VS2005 Samples on a 64bit Operating System

If you build a Visual Studio 2005 project on a 64 bit operating system, you will get an license compiler (Lc.exe) exception error. When this happens, you need to do the following:

1. Run Visual Studio 2005 as Administrator
2. Open the Visual Studio 2005 project that you want to run
3. In the "Project" menu item, select "Project Properties" and then click the "Build Event" tab. (In Visual Basic, click the "Compile" tab and then click the "Build Event" button)
4. Under "Execute before building" place the following command:
%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\ldr64.exe setwow
Under the "Execute after building" place the following command:
%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\ldr64.exe set64
Then select "Build is successful"

For details please refer to http://support.microsoft.com/kb/913961/en-us

 

The ImageKit.NET3 is created by Newtone Corporation