SSIS package failure on catalog tools : send file to SFTP

Viewed 12

I have a SSIS package that send file to SFTP. When I run the package on visual studio it works sucessful. I did deploy this package to dev environment but when I run the package via Integration Services Cataloge on tools I got the following error:

Send to SFTP:Error: Could not load file or assembly 'WinSCPnet, Version=1.6.4.9590, Culture=neutral, PublicKeyToken=2271ec4a3c56d0bf' or one of its dependencies. The system cannot find the file specified.

Is there anyone here that know how to solve this?

1 Answers
Related