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