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.5.0 02-Jun-2026sha256: 1c232f77ae800fa9412736ad49424de95da1a83df4efb72f6c3d4d26613daeec
arm64 Chilkat .NET for the 4.8.* Frameworks

v11.5.0 02-Jun-2026sha256: f0d482d6d3785e5c959f2854ff6acd58b37f953c58f292e724633886de07954e
64-bit Chilkat .NET for the 4.8.* Frameworks

v11.5.0 02-Jun-2026sha256: ea822224f10872bbada56158d7d764d0348307d5caed84b2eb79f84426088f09
32-bit Chilkat .NET for the 4.8.* Frameworks

v11.5.0 02-Jun-2026sha256: d8746f7cc44e8e9d23d6e4b681c9d7aa4ab4466985a369e154b52dbcdfb9f7f5
64-bit Chilkat .NET for the 4.7.* Frameworks

v11.5.0 02-Jun-2026sha256: f13246563158410fd022c2bd5803ffa08ee258723db4fe30dae7c8d79be12327
32-bit Chilkat .NET for the 4.7.* Frameworks

v11.5.0 02-Jun-2026sha256: 8cccb57b996cd71a331e10192654cfc7658c12cdab341a577881450005225c96
64-bit Chilkat .NET for the 4.6.* Frameworks (VS2017)

v11.5.0 02-Jun-2026sha256: adb156ce3378bb3c3a5532e449bb984776b74b1306e6e2fd2c3ec5416ce62fb5
32-bit Chilkat .NET for the 4.6.* Frameworks (VS2017)

v11.5.0 02-Jun-2026sha256: 0c09083fc80f2085c9a6588c85d7c6e858944459397c078ecffd883dd48b91c4
64-bit Chilkat .NET for the 4.6.* Frameworks (VS 2015)

v11.5.0 02-Jun-2026sha256: 9d0154420cc4d08a971a4e97e090bded16a215725b3a57b0fcfc9217e576d5f0
32-bit Chilkat .NET for the 4.6.* Frameworks (VS 2015)

v11.5.0 02-Jun-2026sha256: f37bdc3044bd0b91f5c91a6918f2bd34453acdb95385b6b7e43da47fbd2f2603
64-bit Chilkat .NET for the 4.5.* .NET Frameworks
(Visual Studio 2013)

v11.5.0 02-Jun-2026sha256: a019e96b9431d26df380cea7882d850a6f2089840b435c0c883b21ddb2cda905
32-bit Chilkat .NET for the 4.5.* .NET Frameworks
(Visual Studio 2013)

v11.5.0 02-Jun-2026sha256: 9fe7bfcb5ec1f1b4f42a9d05e1780826ba9a53c91315593b7244211ebb275205
64-bit Chilkat .NET for the 4.5.* .NET Frameworks
(Visual Studio 2012/2013)

v11.5.0 02-Jun-2026sha256: 45b1ac925cd0736389609ddc61f923a93f93bf2f01a1e06ac6f9bc132c5ebac6
32-bit Chilkat .NET for the 4.5.* .NET Frameworks
(Visual Studio 2012/2013)

v11.5.0 02-Jun-2026sha256: 6208802c7ab35f83ca20f43f47ecb34170d487043828747f2c696bd670a150ee
64-bit Chilkat .NET for the 4.0 Framework
(Visual Studio 2010)

v11.5.0 02-Jun-2026sha256: 71f4faeb1b850f80031562ba454f078bb7ce5741cc1f70aa9e4a68863a162af6
32-bit Chilkat .NET for the 4.0 Framework
(Visual Studio 2010)

v11.5.0 02-Jun-2026sha256: 2510f7be9bee4628c5237bc9a184c705c06a8622d654a5aafc1d4e44c9944516
64-bit Chilkat .NET for the 2.0/3.5 Frameworks
(Visual Studio 2005/2008)

v11.5.0 02-Jun-2026sha256: b9b89bae121aa2906498946a64dffcf2034233fae1122cb6708f3c32e6cb75aa
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