-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
I attempted to generate Rockford Lhotka's Project Tracker project (Expert C# 2008 Business Objects) includes 3 tables -- Projects, Resources and Assignments. The latter is not a candidate for code generation because its only purpose is to resolve the M-M relationship between Projects and Resources. Therefore, I excluded the Assignments table. I get this error when generating: "The type or namespace name 'AssignmentList' could not be found...". Th Assignment table contains foreign keys to Resources and Projects but should not have appeared in the generated code since it was in the exclusion list.