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 […]