Circular Dependency Issue

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
 
D

dennis.doomen

The only thing I can imagine is that you use Copy Local = false
somewhere and therefore locking some file. Or, A, B, or C is also
referencing Assembly2.

Dennis Doomen
www.dennisdoomen.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top