Chilkat for .NET Framework Downloads

The downloads on this page are the full-versions.
Chilkat components are fully functional for 30-day evaluations.

Chilkat Available in NuGet

Chilkat .NET Packages are also available via NuGet.
  • View Chilkat NuGet packages at https://www.nuget.org/profiles/chilkat
  • Choose "chilkat-x64" if targeting x64 or "Any CPU" with the "Prefer 32-bit" checkbox unchecked in project settings.
  • Choose "chilkat-win32" if targeting x86 or "Any CPU" with the "Prefer 32-bit" checkbox checked in project settings.
  • An "incorrect format" error indicates the wrong choice was made.
  • Important: Read about the Common Errors before downloading and testing for the 1st time.

.NET Framework vs .NET Core

Note: The downloads on this web page are for using Chilkat with the .NET Framework, not .NET Core. If your application is .NET Core (such as .NET 6.0, .NET 8.0, etc.) then use the appropriate Chilkat .NET Core Package from NuGet.


Using Chilkat in ASP.NET on Shared Hosting

The Chilkat .NET assembly requires full trust. Add the following to your web.config:

<system.web>
    ...
    <trust level="Full" />
    ...
</system.web>

Chilkat .NET Framework Downloads

All Chilkat .NET classes are contained in a single assembly (DLL)

Important: Read about the Common Errors before downloading and testing for the 1st time.

v11.6.0 04-Sep-2026sha256: 9b46902e44468b7b133b7be7b56068f2d9fc5218e38ac27d872f2f99e9e374ed
arm64 Chilkat .NET for the 4.8.* Frameworks

v11.6.0 04-Sep-2026sha256: 02d358efc14364f247da498764197d4167d84b20803c0d5ee4a89f06c2d4b632
64-bit Chilkat .NET for the 4.8.* Frameworks

v11.6.0 04-Sep-2026sha256: 39fb2770b9e55b0243adb375c419e088a027983520424963155948afc5c78aac
32-bit Chilkat .NET for the 4.8.* Frameworks

v11.6.0 04-Sep-2026sha256: b5d53b143db7a9c74a0df985b75a4dbb6f10c0b91fe0dd2219843a2385945830
64-bit Chilkat .NET for the 4.7.* Frameworks

v11.6.0 04-Sep-2026sha256: dd8d8ffab2b040681b460a94cd346afbe3b8fe4304c168dcfc507ffe6ab822bf
32-bit Chilkat .NET for the 4.7.* Frameworks

v11.6.0 04-Sep-2026sha256: 1055c5198f2155acbd1c15fb141f6e9c44a72a7cacd957d3ee7ab9a69d2007e9
64-bit Chilkat .NET for the 4.6.* Frameworks (VS2017)

v11.6.0 04-Sep-2026sha256: 3bf05f5e4489913e1b97d916f347b419d15ca586909d9ba7677934abae51ebe4
32-bit Chilkat .NET for the 4.6.* Frameworks (VS2017)

v11.6.0 04-Sep-2026sha256: b1e3f1d60b99a5cf40e708c878604c20c6bed3d7b0b7c6e979628e8d23543494
64-bit Chilkat .NET for the 4.6.* Frameworks (VS 2015)

v11.6.0 04-Sep-2026sha256: 4b8ab2d69c64e9b09166f0887f0718c417b36967b76147d81b1f64c4b8b5adf2
32-bit Chilkat .NET for the 4.6.* Frameworks (VS 2015)

v11.6.0 04-Sep-2026sha256: 8ef889d665f827552748ca2edbbb0a7d4f72272db017f625de690271d8f140c1
64-bit Chilkat .NET for the 4.5.* .NET Frameworks
(Visual Studio 2013)

v11.6.0 04-Sep-2026sha256: 37b8997d0d0be582acb94c17d1568b13603c4aa6f80efcaba126f9a1a45ca7aa
32-bit Chilkat .NET for the 4.5.* .NET Frameworks
(Visual Studio 2013)

v11.6.0 04-Sep-2026sha256: ed9f9b9cd1c1b66527f3e5d65029e3f1d26005f97eb0040cbde7ca257786dbc6
64-bit Chilkat .NET for the 4.5.* .NET Frameworks
(Visual Studio 2012/2013)

v11.6.0 04-Sep-2026sha256: 67c63717ba793d75c5578163cd9014465dba8b016c1ee3794eba52da0eb49fa2
32-bit Chilkat .NET for the 4.5.* .NET Frameworks
(Visual Studio 2012/2013)

v11.6.0 04-Sep-2026sha256: 36ac173145d2fee05eae57454ea0cd95d86da0dd680349784d3ce1bc032a078d
64-bit Chilkat .NET for the 4.0 Framework
(Visual Studio 2010)

v11.6.0 04-Sep-2026sha256: 7cad3db8903a9309bc28569a18e02841e059f1684fcad2b01b4c5d5bede34f91
32-bit Chilkat .NET for the 4.0 Framework
(Visual Studio 2010)

v11.6.0 04-Sep-2026sha256: d84aa09f6c61b228314925926279fde7cee070d906122dc56e2f867154646927
64-bit Chilkat .NET for the 2.0/3.5 Frameworks
(Visual Studio 2005/2008)

v11.6.0 04-Sep-2026sha256: ad20d8e230b442d98732e14aefeb21afdd030436a0f7929aaf0da3db1f721f9a
32-bit Chilkat .NET for the 2.0/3.5 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 project, add a reference to the Chilkat DLL (such as ChilkatDotNet48.dll). (When adding the reference, Browse to the location of the Chilkat DLL and select it.)

Common Error #1: Incorrect Format

An application running in a 32-bit process must load the 32-bit Chilkat DLL, and an application running in a 64-bit process must load the 64-bit DLL. If a 32-bit process tries to load a 64-bit DLL, or the reverse, then an "Incorrect Format" error occurs:

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

Solutions:

  • Target your app for x86 instead of "Any CPU". Your application will run as a 32-bit process regardless of the machine architecture and you can always use the 32-bit Chilkat assembly.
  • In your Project Properties (for Visual Studio 2011 or later), in the Build tab, look for the "Prefer 32-bit" checkbox. If it is checked, then your application will always run as 32-bit, even if "Any CPU" is targeted. Thus you will always need to reference the 32-bit assembly.
  • If your app targets "Any CPU", then it will run as a 32-bit process on a 32-bit computer, or a 64-bit process on a 64-bit computer (assuming "Prefer 32-bit") is unchecked. In this case, make sure to deploy the 32-bit Chilkat assembly w/ your app on 32-bit systems, and deploy the 64-bit Chilkat assembly to 64-bit systems. Nowadays, 32-bit Windows computers are very old and unlikely to be encountered. For in-house applications where you know all computers are 64-bit (i.e. not extremely old), then it is sufficient to assume 64-bit, Any CPU, and "Prefer 32-bit" unchecked.
  • If your app is running within ASP.NET or a Windows Service and you're not quite sure whether it's 32-bit or 64-bit, then install the 32-bit Chilkat assembly in the 32-bit GAC (Global Assembly Cache), and also install the 64-bit Chilkat assembly into the 64-bit GAC. The .NET runtime will automatically look in the correct GAC and will find the correct assembly.

Common Error #2: The specified module could not be found.

Could not load file or assembly 'ChilkatDotNet**.dll' or one of its dependencies. 
The specified module could not be found.

This error occurs if the needed VC++ runtime redist is not already installed on the system.
The solution is to download and install the needed runtime redist from Microsoft VC++ Runtime Redist Downloads.

  • If using the .NET 4.6, 4.7, or 4.8 Frameworks, choose the Microsoft VC++ runtime redist download for Visual Studio 2015, 2017 and 2019 (there is a single download for all three).
  • If using .NET 4.5 with VS2013, choose the "Visual Studio 2013 (VC++ 12.0)" runtime redist.
  • If using .NET 4.5 with VS2012, choose the "Visual Studio 2012 (VC++ 11.0)" runtime redist.
  • If using .NET 4.0, choose the "Visual Studio 2010 (VC++ 10.0) SP1" runtime redist.
  • If using .NET 2.0, download the VC++ 2005 runtime redist from VC++ 2005 Runtime Redist

Reference Documentation

Online Reference Documentation is located at Chilkat Documentation.

Sample Code

Online examples are located at Chilkat Example Code