Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'dbo.Events'.
Invalid object name 'dbo.Locations'.
Source Error:
|
Cause
Default schema is mismatch or no table with such name.
Solution
Change default schema for the login username to schema that is table schema.
Check table if exists.