When running the application and querying the entity with linq I get
System.Data.SqlClient.SqlException: Invalid object name 'dbo.UsersAssessmentsDevelopmentalActivities1'.
I've checked the dbContext model and the entity UserAssessmentDevelopmentalActivity against the database to make sure they were both in sync as far as naming and field properties.
I know EF can do so odd things when pluralizing...but everything looks correct?
Any suggestions
Thanks in advance