I am trying to download a file from a mainframe server with ftp download activity.
I am providing ftp and other details in configuration. and using “D:\test\filename.txt” and “W3322.FILENAME” where W3322 in root directory followed by filename.
I am getting below error:
Iserializable type ‘System.Net.Ftpclient.FtpCommandException’ does not have a valid consuructor
What you’re basically seeing, is that for some reason during the execution the exception info was serialized with json and that exception type does not have a constructor that could be used to deserialize it.