03-15-2023 02:28 PM
Is anyone else seeing errors when compiling BRs that Imports the WinSCP assembly after the upgrades were applied today?
Seeing this when compiling:
Solved! Go to Solution.
03-16-2023 02:09 PM
Hey Nick, doing great!
It was indeed an assembly reference that needed to be added.
03-16-2023 03:52 AM
Hey Kurt! Hope you are doing fine!
It sounds like a back end issue, not sure... Are the reference needed in the libraries?
Did you ckeck if you still have the "Imports WinSCP" at the top and also try to add that : Imports NetStandard
It seems that C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll is the place of this DLL.
You could try to add it to the
Otherwise your best change is the support.
Thanks
03-16-2023 02:09 PM
Hey Nick, doing great!
It was indeed an assembly reference that needed to be added.