Question

Here's my question:

I have Project A which is referenced in Project B, but the problem is I also need to reference Project B in Project A. However, every time I try to do it there is an error which states that it cannot reference Project B to Project A because it will cause a circular dependency.

So can anyone suggest a workaround for my problem?

Était-ce utile?

La solution

This is generally a bad idea. If there are some common things that might need to be shared by both assemblies, move it to a third assembly and have both projects reference that instead.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top