7
Views
2
Comments
[SFTP connected] [SFTP connected] Could not load file or assembly
sftp-connected
Web icon
Forge asset by Vitalii Martynenko
Application Type
Service

Hello,

After updating to the latest version (1.0.2), we started encountering the error "Could not load file or assembly" when attempting to connect to the server.
We also tried installing from scratch (without updating) in a personal environment, but the same error occurs.

The connection is made using Hostname, Port, Username, and Password.

Below are the Service Center details:

Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.3, Culture=neutral, PublicKeyToken=adb9793829ddae60' or one of its dependencies. The system cannot find the file specified.

   at Renci.SshNet.BaseClient..ctor(ConnectionInfo connectionInfo, Boolean ownsConnectionInfo, IServiceFactory serviceFactory)
   at OutSystems.NssSFTPc.CssSFTPc.MssConnect(String ssHostname, Int32 ssPort, String ssUsername, String ssPassword, Byte[] ssKey, Object& ssConnection)
   at ssSFTP.RssExtensionSFTPc.MssConnect(HeContext heContext, String inParamHostname, Int32 inParamPort, String inParamUsername, String inParamPassword, Byte[] inParamKey, Object& outParamConnection) 

2025-03-19 01-45-51
Sandeep Kumar Kolli

Hi @Luís Cruz  ,

Please verify the following points:

  1. Connection Details

    • Ensure the host, username, and password are correct.

    • You can cross-check these credentials by confirming whether they are successfully used in any other application (not necessarily OutSystems).

  2. File Path Configuration

    • Verify that the file path is provided in the correct format.

    • From the details shared, this appears to be the primary blocker in your case.


Regards,

Sandeep


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

Sorry for the long response time.

Extension was not tested at all after ssh.net update I'm afraid.

Preparing a new version of SFTPc, should be there in a few minutes.

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