2 weeks ago
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.
a week ago
Hey Nick, doing great!
It was indeed an assembly reference that needed to be added.
a week ago
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
a week ago
Hey Nick, doing great!
It was indeed an assembly reference that needed to be added.