Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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: WInSCP deployment with click once

I do not know ClickOnce. But I'd assume that, if you set Copy to Output Directory for winscp.exe, it should get deployed.

I recommend you to use WinSCP NuGet package to get this setup correctly for you automatically.

See https://winscp.net/eng/docs/library_install#installing
michael_123

WInSCP deployment with click once

We are trying to deploy a clickonce winform project with the latest version on winscp. The ddl is included in the bin directory of the project. Once we deploy, the winform project complains that it can not find the executable. The project works just fine in our developer environment. How do you include the executable in our deployment. We are deploying from visual studio. Thank you.