Could not load file or assembly error even when reference has been removed
- by twal
Could not load file or assembly 'Payflow_dotNET_2.0' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I tried to reference the payflow SDK and got this error.But I am no longer trying to reference it.
I have removed all references to this dll. and Now I am just trying to get the project to start in VS but I still get this error.
I am not trying to add the dll anymore.If i have removed the reference to this, why am I still getting this error? How can I remove anything else that may still be causing my program to look for this file?
Thanks!