Hi,
I am using FTP activity to establish sftp connection to a server. I put the FTP activity inside try-catch activity to catch connection time out errors. Inside Catch, i log message and call RETURN activity. But it does not RETURN to main file (from where sftp workflow is invoked), instead throws this error.
Try Catch: Could not load file or assembly ‘System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’. The system cannot find the file specified.
sftpDownload - Invoke Workflow File (sftpDonwload.xaml): Could not load file or assembly ‘System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’. The system cannot find the file specified.
Return: Could not load file or assembly ‘System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’. The system cannot find the file specified.
Main Sequence: Could not load file or assembly ‘System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’. The system cannot find the file specified.
How can i resolve this issue? I need to exit out of workflow when ftp connection times out.
