Entity Framework EntityKey / Foreign Key problem.
- by Ronny176
Hi,
I keep getting the same error: Entities in 'VlaamseOverheidMeterEntities.ObjectMeter' participate in the 'FK_ObjectMeter_Meter' relationship. 0 related 'Meter' were found. 1 'Meter' is expected.
I have the following table structure:
Meter 1 <- * ObjectMeter * - 1 VO_Object
It is always the same scenario: The first meter is added to the…