Could not load file or assembly or one of its dependencies. The located assembly's manifest definiti

Posted by kp on Stack Overflow See other posts from Stack Overflow or by kp
Published on 2010-03-15T20:06:54Z Indexed on 2010/03/15 20:09 UTC
Read the original article Hit count: 272

Filed under:
|
|

Hello,

I changed some names of nameapces, assemblies in one of exsisting project(C# and ASP.NET). But when I try to debug it; I get this error.

Could not load file or assembly 'HR' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040).

I have replced DFI with HR in the code.

Please help, Thank you

© Stack Overflow or respective owner

Related posts about c#3.0

Related posts about ASP.NET