yesterday
Hi all,
We're trying to use the BP SSH VBO in a new process, but we seem to run into a compile error that we need assistance with.
We've downloaded and saved the required Renci.Ssh.Net.dll file and it seems that net462 version is most compatible with our Blue Prism NET framework, but this is the current issue:
"Cannot implicitly convert type 'System.Collections.Generic.IEnumerabe<Renci.Sshnet.Sftp.ISftpFile>' to 'System.Collections.Generic.IEnumerabe<Renci.Sshnet.Sftp.SftpFile>'. An explicit conversion exist (are you missing a cast?)"
To temporary bypass this issue, we've commented out the line of the Global Code that seems to be throwing the error above but while testing, we see another issue:
Any advice on how to handle any of this please? Thanks