Re: WINSCP - Class name need to connect from Powerbuilder 2017 R3
I have no experience with PowerBuilder. In any case, you need to use
https://winscp.net/eng/docs/library_install#registering
Though quick google search reveals that PowerBuilder should be able to use .NET assemblies directly, without any registrations:
https://docs.appeon.com/pb2019r2/whats_new/ch01s03.html
WinSCPnet.dll
. Not DragExt64.dll
. And to register WinSCPnet.dll
for COM (if that's what PowerBuilder uses), you need to use RegAsm
:
https://winscp.net/eng/docs/library_install#registering
Though quick google search reveals that PowerBuilder should be able to use .NET assemblies directly, without any registrations:
https://docs.appeon.com/pb2019r2/whats_new/ch01s03.html