문제

There're two dlls I want to reference in my project. They are A.dll and B.dll. B.dll referenced A.dll. They don't have strong name. My project C need to sign strong name. So I need to sign strong name to both A.dll and B.dll. After that, I got a problem - I can't compile success, code of B.dll could not convert to type include in A.dll. I know why this happen. I sign strong name to both A.dll and B.dll, but B.dll still reference the A.dll without strong name. So my question is, how to sign strong name to B.dll and B.dll referenced A.dll. not only reference B.dll or A.dll. Here is the projects and error messages: enter image description here

도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top