Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello All,
I am creating project in VS 2010 and i used winscp dll for uploading data in SFTP server my code is working but when i use same code and same dll in VS 2012 its giving error "Exception: 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)." I am trying to find 5.7.5 dll and exe. I got exe but my problem is not solved . Please help me.
Posted
Comments
Sergey Alexandrovich Kryukov 12-Aug-15 10:28am    
This is an open-source product. Download matching versions, that's it. Or disable (not recommended) the check.
—SA
Archana K 12-Aug-15 10:29am    
Yes i got dll for that its working now :)
Sergey Alexandrovich Kryukov 12-Aug-15 15:24pm    
Great. Can we close the issue now? I put a formal answer; will you accept it formally?
—SA
Archana K 13-Aug-15 3:08am    
Yes..

1 solution

Just to close the issue:

Thank you for reporting that the problem is solved. My advice in the comment to the question was to download matching version. Also note that these are open-source projects, so I would advise to include them in the same solution and build all together with your own the project you may have.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900