Re: Winscp dill not support in 4.5 version (Visual studio 2012)
Hello,
I am using visual studio 2010 and add reference of winSCP dll that is 4.0 version. But we getting integration of project my project members using Visual studio 2012 version 4.5 so there is error occurs "The version of C:\Program Files (x86)\WinSCP\winscp.exe (5.7.5.0) does not match version of this assembly E:\Projects\Abc\Abc\AbcApp\bin\Debug\WinSCPnet.DLL (5.7.4.0). You can disable this check using Session.DisableVersionCheck (not recommended)." Please solve my problem. How i come out from this problem.
You didn't add
winscp.exe
to be deployed your project.
The assembly finds instead installed version of WinSCP, which is of a different version.
See https://winscp.net/eng/docs/library_install#installing