How Chilkat .NET Framework is different than Chilkat .NET Core

The architecture of the Chilkat .NET Core assembly is different than that for the .NET Framework in the following ways. Chilkat for .NET Framework Downloaded from https://www.chilkatsoft.com/downloads_DotNet.asp can alternatively be used directly from NuGet: such as https://www.nuget.org/packages/chilkat-x64 The assembly DLL is a mixed-mode assembly, which means the outer layer is managed, but the inner core is native code. This prevents […]

Chilkat 20-Dec-2021 — Does Chilkat support .NET Standard?

What’s going on with Chilkat support today… 1. Does Chilkat support .NET Standard?  We get this question from time to time.  It’s usually because there’s great confusion about the meaning of .NET Standard vs. .NET Core vs. .NET Framework ( and now .NET 5 and .NET 6).   It’s best to first get a solid, basic understanding of the matter.  I […]

Solved: Unable to load ‘chilkatDnCore-9_5_0’ or one of its dependencies in Azure functions

Problem: I was using Chilkat to sign xml messages, very similar to one of your examples:  https://www.example-code.com/dotnet-core/fatturapa_cades_bes.asp The code was deployed as an Azure V2 function written in .Net Core 2.2 It worked without problems for months, but then after one deploy last week it started crashing on the line: new Chilkat.Global().UnlockBundle(ChilkatKey); It works locally, and only fails in production […]