Getting this error when I try click onto my "Players Page", Created the seed method and then this happens: [1]: https://i.stack.imgur.com/PJPMW.png
Asked
Active
Viewed 753 times
1 Answers
0
The error message itself is self-explanatory.
It can't find dbo.TeamPlayers.
Check the EF connection string, check that you have permission on this table, etc.

Patrick
- 5,526
- 14
- 64
- 101
-
– gormo095 Dec 09 '15 at 23:57 -
I had it working but then changed, not sure why it's since changed – gormo095 Dec 09 '15 at 23:58
-
Try this to see if you can see your table: http://stackoverflow.com/questions/21563940/how-to-connect-to-localdb-in-visual-studio-server-explorer – Patrick Dec 10 '15 at 01:46