I have two managed dlls: A.dll and B.dll. A.dll consumes B.dll.
If A.dll is not strong name signed and B.dll is strong name signed (or delay signed), when I run my program after build, it threw "B.dll not found, strong name validation failed".
Can an unsigned dll consume a signed or delay signed dll?
Thanks
Leon