Skip to content

Excluded M-M schema table generates an error #2

@jkollath

Description

@jkollath

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions