WinSCP crashes immediately when SSIS-ScriptTask is started
Hi there,
I use WinSCPnet Assembly in SSIS-Script Task. Assembly has been installed to GAC and has been added as reference to my SSIS-Script Task. ScriptTask uses
WinSCP-Version: 5.19.5 - Automation
Windows-Version: Win 10 Enterprise v.20H2
Visual Studio 2019 - v.16.9.3
As soon as my SSIS Task starts in SSIS ControlFlow, I get the following Windows Error Popup:
Can you please give me advice how to debug this error?
Thanks in advance,
Martin
I use WinSCPnet Assembly in SSIS-Script Task. Assembly has been installed to GAC and has been added as reference to my SSIS-Script Task. ScriptTask uses
ExecutablePath
property in SessionOptions
.
WinSCP-Version: 5.19.5 - Automation
Windows-Version: Win 10 Enterprise v.20H2
Visual Studio 2019 - v.16.9.3
As soon as my SSIS Task starts in SSIS ControlFlow, I get the following Windows Error Popup:
*In English, this must be something likeWinSCP: SFTP, FTP, WebDAV, S3 and SCP client funktioniert nicht mehr. Ein Problem hat die richtige Ausführung des Programms verhindert. Schließen Sie das Programm.
SSIS says thatwinscp doesn't work anymore. a problem has prevented this program from running properly. close the program.
My ScriptTask is very basic, it just has to upload files from a local directory to a FTP remote directory.Package execution completed with success.
Can you please give me advice how to debug this error?
Thanks in advance,
Martin