SSH.Net compiler error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-04-22 08:35 PM
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!
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-04-22 09:49 AM
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).
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).
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-04-22 10:04 AM
@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.
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.
