Hello Dynamicweb Support,
I’m building a custom Scheduled Task add-in in Dynamicweb 10 to sync image assets from a customer NAS/SFTP server into DW10 (/Files/Images/…).
The task fails at runtime with this SSH.NET dependency load error:
“Could not load file or assembly ‘Renci.SshNet, Version=2025.1.0.1, Culture=neutral, PublicKeyToken=1cee9f8bde3db106’. The system cannot find the file specified.”
I added SSH.NET via NuGet (SSH.NET v2025.1.0) and uploaded Renci.SshNet.dll together with my add-in DLL. Both are visible under Assets → System → AddIns → Local and Installed, but the Scheduled Task still cannot resolve the assembly.
Could you advise how external dependencies like Renci.SshNet.dll should be deployed/loaded for DW10 Scheduled Task add-ins?
Kind regards,
Wilfred Polderman
