Could not load file or assembly or one of its dependencies
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/05/15
23:00 UTC
Read the original article
Hit count: 293
I changed some names of namespaces, assemblies in one of existing 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 replaced DFI with HR in the code.
© Stack Overflow or respective owner