VS 2005 Circular dependency
-
Hi, I have 2 projects A and B. Both of them depends eachother. (A->B and B->A) How can i solve this circular dependency? But im asking a solution, without adding another project. Does anyone have an idea how to solve this? thanks.
-
Hi, I have 2 projects A and B. Both of them depends eachother. (A->B and B->A) How can i solve this circular dependency? But im asking a solution, without adding another project. Does anyone have an idea how to solve this? thanks.
You have 3 choices. Move all shared code to project A. Move all shared code to project B. Move all shared code to a new project. Pick your poison.
I didn't get any requirements for the signature
-
You have 3 choices. Move all shared code to project A. Move all shared code to project B. Move all shared code to a new project. Pick your poison.
I didn't get any requirements for the signature
So, except these solutions, can not i solve this problem?
-
Hi, I have 2 projects A and B. Both of them depends eachother. (A->B and B->A) How can i solve this circular dependency? But im asking a solution, without adding another project. Does anyone have an idea how to solve this? thanks.
This implies there is something worng with your model and you either need another project or A&B sould be merged into the same project.
-
So, except these solutions, can not i solve this problem?
I would have thought that the answer given was common sense, and it's common sense that these are the only solutions.
Christian Graus Driven to the arms of OSX by Vista.
-
I would have thought that the answer given was common sense, and it's common sense that these are the only solutions.
Christian Graus Driven to the arms of OSX by Vista.
Christian Graus wrote:
I would have thought that the answer given was common sense
It has frequently been reported that common sense isn't very common.
*Developer Day Scotland - Free community conference *Colin Angus Mackay's Blog *Latest Scottish Developers Newsletter
Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Remember that the force of gravity can go up as well as down.
-
Christian Graus wrote:
I would have thought that the answer given was common sense
It has frequently been reported that common sense isn't very common.
*Developer Day Scotland - Free community conference *Colin Angus Mackay's Blog *Latest Scottish Developers Newsletter
Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Remember that the force of gravity can go up as well as down.
Sure as hell doesn't show up in this forum too often....
Christian Graus Driven to the arms of OSX by Vista.