As you can seen in the diagram below there is a one-to-many relationship between the ProjectTask and Dependency table.
Entities tries to map every field in the View to fields in the Dependency table, which wouldn't work.
Any suggestions on how I can add the navigation property?
Thanks, Abe