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?

I think I may have found it. This link states that if the Visual Database Tools DLL gets updated, that could cause the problem. I did indeed just recently install SQL Server Data Tools.
However, instead of trying that fix, I found a decent work-around: I simply right-clicked on the designer and chose Update Model from Database… That worked.
Hope this helps someone else that’s having this issue…