Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: C# -WinSCPnet.dll - Update Issue

Your application should not depend on the installed version of WinSCP.
It should have its own copy of compatible WinSCP.
You better use NuGet package, which does everything automatically for you:
https://winscp.net/eng/docs/library_install#nuget
Petrc

C# -WinSCPnet.dll - Update Issue

Hi,

I created C# scripts which are working with WinSCPnet.dll. It works fine, but everytime when I update WinSCP, the scripts stop working due to different version. So after update I have to compile all scripts again..

Is here some way how just use old version in C# scripts no matter which version is installed?

Thanks in advance...