I have inherited a code base for Business Central on-prem.
The code calls into FluentFTP dll to transport data files.
This code has more or less remained the same with small changes for each new Business Central iteration.
We are currently trying to get BC22 compliant, but cannot get an instance of FluentFTP (or any other assembly) to instantiate.
The code base will fully compile and publishes without errors.
Steps we've taken so far:
- Updated to .Net Framework 6
- Updated FluentFTP.dll to the new version 48.0.0.0
- Added Probing paths for new .Net assembly
-
Current constructor