Could not load file or assembly error even when reference has been removed
Posted
by
twal
on Stack Overflow
See other posts from Stack Overflow
or by twal
Published on 2010-12-22T18:48:07Z
Indexed on
2010/12/22
19:54 UTC
Read the original article
Hit count: 241
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!
© Stack Overflow or respective owner