Pergunta

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?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top