Could not laod file or assembly
I am working with a asp.net mvc 3 project. I've installed WinSCP 5.0.7 and also installed the 5.0.7 automation dll and referenced in the project. I get the following error.
Error occured:Could not load file or assembly 'WinSCP, Version=1.0.0.235, Culture=neutral, PublicKeyToken=b5f19f5762436b89' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I don't know why it's looking for 1.0.0.235 or why it can't find the assembly. Any ideas?
Error occured:Could not load file or assembly 'WinSCP, Version=1.0.0.235, Culture=neutral, PublicKeyToken=b5f19f5762436b89' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I don't know why it's looking for 1.0.0.235 or why it can't find the assembly. Any ideas?