32-bit Chilkat .NET Assembly for the .NET 2.0/3.5 Frameworks

Download the 32-bit Chilkat .NET assembly for the 2.0/3.5 Frameworks.

Download

v9.5.0.97 27-Jan-2024sha256: 2d04ff2507ef368d0810e75fa80fcef15556d945849d5ce0c430e07801ba25ab
32-bit Chilkat .NET for the 2.0/3.5 Frameworks
(Visual Studio 2005/2008)

* Contains all Chilkat .NET classes for the v2.0/3.5 .NET Frameworks (Visual Studio 2005/2008).

Install Instructions

Download and unzip to any directory. There is no "install". To use the Chilkat .NET assembly in a Visual Studio 2005/2008 project, add a reference to the ChilkatDotNet2.dll. (When adding the reference, Browse to the location of the ChilkatDotNet2.dll.)

Common Error

The Chilkat .NET assembly is a mixed-mode assembly. It provides a managed API, but the inner core contains native code. A process must load the correct assembly at runtime. A 32-bit process must load the 32-bit ChilkatDotNet2.dll, and a 64-bit process must load the 64-bit ChilkatDotNet2.dll. When a process tries to load the incorrect format, the following error will occur:

Could not load file or assembly 'ChilkatDotNet2' or one of its dependencies.
An attempt was made to load a program with an incorrect format.

See Incorrect Format for more information.

Reference Documentation

Online Reference Documentation is located at Chilkat Documentation.

Sample Code

Online examples are located at Chilkat Example Code