Group: Forum Members
Posts: 785,
Visits: 3.6K
|
Here is a layout of my projects (in brief) in my current solution:
ProjectA (MyApp.ProjectA)
Form1
Form2
ProjectB (Namespace: MyApp.ProjectB)
Form1
Form2
Reports (Folder)
Report1 (Namespace: MyApp.ProjectB.Reports.Report1)
ProjectC (Namespace: MyApp.ProjectC)
BusinessObject1
BusinessObject2
BusinessObject3
ProjectA and ProjectB reference ProjectC (no problems there!). ProjectB has a reference to ProjectA. Now, I want to print ProjectB's report from Form1 of ProjectA. I cannot reference ProjectB in ProjectA...that would cause a circular reference. What do I do?
Should I consider moving all reports out of the project that they belong in and create a separate Reports project to store any reports in the application?
Thanks for the help!!
Bill
|