Entity Framework Multiple associations to a table causes error 3033
- by taylonr
I'm using EF 3.5 SP1.
I have 3 tables:
Pendants
PendantAccessories
PartsData
Basically #1 and 2 are used for product selection, so #1 has a "Number of Buttons" property and other options. #2 has fields like "Cable Type" etc.
The third table contains property information for all of our parts, such as what plant it's manufactured in, it's…