Hi Friends,
I am using SSH.NET library inside my SSIS project Script Task stages on Visual Studio 2017 IDE using SSDT tools. The project is running well on my local laptop and I am able to connect on SFTP folders.
But when I am deploying this SSIS package on Azure Data Factory Pipeline. It is throwing assembly reference error like below.
Error: Could not load file or assembly 'Renci.SshNet, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106' or one of its dependencies. The system cannot find the
file specified.\n12/17/2019 12:58:22 PM +00:00 : Failed:Error: The script returned a failure result.\n",
Please help me in solving this SSIS and Azure Data Factory third party DLL issue.
Thanks in Advance.
Abhishek