1

I what to use Chilkat Components (mainly the SFTP code) as part of an Azure Function. It all works locally when I test it however when I deploy it I get the following exception.

Could not load file or assembly 'ChilkatDotNet46, Version=9.5.0.82, Culture=neutral, PublicKeyToken=eb5fc1fc52ef09bd' or one of its dependencies. The system cannot find the file specified.

I know that I have installed the prerequisites locally and that is why it works locally, but is it possible to install these as part of an Azure Function deployment?

Thanks in advance

Jonathan Stanton
  • 2,531
  • 1
  • 28
  • 35

1 Answers1

1

A user previously provided this description of a solution:

I got it working by simply adding the x64 version of chilkatDnCore-9_5_0.dll to the project folder and selecting 64 bit runtime in the azure functions configuration

Chilkat Software
  • 1,405
  • 1
  • 9
  • 8