12
Views
3
Comments
[SFTP connected] Method not found Error in version 1.0.2
sftp-connected
Web icon
Forge asset by Vitalii Martynenko
Application Type
Service

After updating to version 1.0.2 we receive this error:

Method not found: 'Void Renci.SshNet.PrivateKeyAuthenticationMethod..ctor(System.String, Renci.SshNet.PrivateKeyFile[])'.

   at OutSystems.NssSSH.CssSSH.MssConnect(String ssHostname, Int32 ssPort, String ssUsername, String ssPassword, Byte[] ssKey, Object& ssConnection, Boolean& ssSuccess, String& ssErrorMessage) 

Best regards,

Jeroen Vormer

2025-09-25 14-38-22
Lokesh Kumar Yadav

This issue is caused by the version mismatched between plugin and Renci.SshNet  library the plugin trying to use the constructor PrivateKeyAuthenticationMethod  but that is not exists for resolve this issue you have to downgrading the plugin for the pervious stable versions or you can update the plugin

2019-03-18 10-26-38
Jeroen Vormer

@Lokesh Kumar Yadav ,

we already downgraded the plugin obviously to fix the issue.
But in my opinion a new version of a plugin should not have issues in the first place.
Otherwise some documentation or support for upgrading to a new version should be more than welcome

2024-07-29 13-18-02
Vitalii Martynenko

Sorry for the inconveniece, a new version is being uploaded addressing several issues with the recent update.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.