G
Guest
Hi all,
in my vb.net solution, i have 3 project:
1. Main-this is the startup or the base of my window application.
2. Sales-this is the project that contains all the sales info
3. Product-this is the project contains all product info
in my Sales project, i added the reference of the Product to Sales project
because I need to shows the Product info in my Sales.
in the other hand, i also need to show the Sales in my Product. now the
problem comes, i can add Product reference to the Sales project, but, when i
try to add the Sales reference to my Product project, it show me that i
cannot add the reference because of circular dependency.
so, how do i soleve this??? i really need to add reference from and to each
another.
in my vb.net solution, i have 3 project:
1. Main-this is the startup or the base of my window application.
2. Sales-this is the project that contains all the sales info
3. Product-this is the project contains all product info
in my Sales project, i added the reference of the Product to Sales project
because I need to shows the Product info in my Sales.
in the other hand, i also need to show the Sales in my Product. now the
problem comes, i can add Product reference to the Sales project, but, when i
try to add the Sales reference to my Product project, it show me that i
cannot add the reference because of circular dependency.
so, how do i soleve this??? i really need to add reference from and to each
another.