Question

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

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top