EF Fluent API many to one relation, navigation property is not fetched
问题 I have a database with the Entity Framework 5 RC (with Fluent API) working now, but I can't seem to get a specific relation to work. And it is driving me nuts for the past few nights I'm working on it. It is the following relation: Link to the database diagram As you can see, I have a Exercise which is related to an ExerciseType . The problem is, the Exercise.ExerciseType navigation property, is not loaded. The relation I made is as follows: EntityTypeConfiguration<Exercise> ... this