x64 Chilkat .NET Assembly for the .NET 2.0/3.5 Frameworks

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

v9.5.0.98 30-Mar-2024sha256: 1bb3a0abbb8b1b1a0865b9d35abe372b07553d4da6092f74948a0e7a3396e965
64-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