C
ChrisB
Hello:
I have created several components that have the following dependency
relationships:
Assembly1 references assemblies A, B, and C.
Assembly2 references assemblies A, B
When attempting to allow Assembly 2 to reference Assembly1, the following
message is returned:
"A reference to Assembly1.Library could not be added. Adding this project as
a reference would cause a circular dependency."
In this scenario, there doesn't seem to be a circular reference. Any
thoughts on what might be causing the problem?
Thanks!
Chris
I have created several components that have the following dependency
relationships:
Assembly1 references assemblies A, B, and C.
Assembly2 references assemblies A, B
When attempting to allow Assembly 2 to reference Assembly1, the following
message is returned:
"A reference to Assembly1.Library could not be added. Adding this project as
a reference would cause a circular dependency."
In this scenario, there doesn't seem to be a circular reference. Any
thoughts on what might be causing the problem?
Thanks!
Chris