cancel
Showing results for 
Search instead for 
Did you mean: 

SSH.Net compiler error

WilliamHillman
Level 2
Hello all, I am using the SSH.NET VBO and keep running into a compiler error that is preventing me from running the object. My goal is to list items from an SFTP source. The error reads as follows:

Page: Initialise
Stage: Stage1
Type: Error
Action: Validate
Description: Compiler error at top section line -13: Metadata file 'Renci.SshNet.dll' could not be found
Repairable: No

I am new to blue prism development and any help would be appreciated. 
Thanks!
2 REPLIES 2

John__Carter
Staff
Staff
I'm not familiar with that VBO but my guess is that it contains code stages and a reference to that DLL file. The reference is telling BP to find the DLL on the local machine and the error is saying that BP can't find it.

Potential reasons for this could be - the file is not on the machine, the file is on the machine but not on the specified path, the path has not been specified and BP cannot find the file in the 'usual' locations (meaning the BP install folder or folders in the Windows PATH variable).

@WilliamHillman

Extract the attached zip file and place the dll at ​C:\Program Files\Blue Prism Limited\Blue Prism Automate
The VBO has a dependency on Renci.SshNet.dll. The steps to get the dll is also included in the User Guide.