I'm unable to drag a new table onto my entity framework designer. When I drag the table over the designer, the icon of a circle with a line through it shows up and I can't drop the table onto the designer.
From my research, it seems the biggest issue is the table missing a primary key. Well, my table has a primary key.
Another site suggested: "Please remember that your tables should be related to each other instead of isolating themselves from each other." I'm not sure how that makes sense. Some tables just aren't related to others.
Any ideas on what I'm missing?

