I created 2 dummy projects in my application and named them BAL and DAL. When I build them, they build successfully. If I add a reference to
BAL
DAL
Occasionally, you have two different projects, each of which needs methods that the other has. In this case, you can either make a third project and move the shared code into there, or choose one of the two projects to put the shared code in.