Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

gingergirl01

Automate File download via SSIS - Code Error

I am trying to add to my ssis pkg script task that downloads a file from an sftp site daily. And when I build/compile the script task I have the following error:
Severity Code Description Project File Line Suppression State
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\WinSCP.5.15.9\build\WinSCP.targets. ST_a572ccc78f774de4ad59a0504bb01209

I have the WinSCPnet added under references.
Please , Please Please help.