Re: VBScript include winscpnet.dll error
I do not know anything about VBScript ASP pages.
But I'm quite sure that the
To use the WinSCP .NET library from VBScript, you need to register it for COM:
https://winscp.net/eng/docs/library_install#registering
Then you should be able to use it without any additional code.
But I'm quite sure that the
#include
is intended for including code files, not for including binary libraries.
To use the WinSCP .NET library from VBScript, you need to register it for COM:
https://winscp.net/eng/docs/library_install#registering
Then you should be able to use it without any additional code.