Hello,
>>I am getting the invalid object name
Could you please share the detail error information and how have you defined your entity class and the YourContext class?
>> and I have verified the table exists on the DB server as singular, any ideas?
Is it that you want to use code first with existing database? If it is, I suggest using the EF Power Tools.
For details, please refer to link below:
http://msdn.microsoft.com/en-us/data/jj200620.aspx
There is a similar thread regarding it:
http://stackoverflow.com/questions/20457187/ef6-code-first-pluralizing-tables-invalid-object-name
It is caused by multiple contexts, so please check whether you have defined multiple contexts.
Regards.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.