Differences
This shows you the differences between the selected revisions of the page.
| 2019-06-24 | 2019-08-18 | ||
| formatting + grammar (martin) | DisableVersionCheck when embedding the assembly (martin) | ||
| Line 133: | Line 133: | ||
| } | } | ||
| </code> | </code> | ||
| + | |||
| + | If you are using a tool like [[https://github.com/Fody/Costura|Costura.Fody]] to embed ''WinSCPnet.dll'' into your executable, you will need to set [[library_session#disableversioncheck|''Session.DisableVersionCheck'']]. The WinSCP .NET library code will be merged into the executable assembly and would compare the executable version instead its (lost) version against WinSCP executable version. | ||