Leaderboard (728 x 90)

Sunday, November 29, 2009

Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'tablename'

Symptom
Exception Details:
System.Data.SqlClient.SqlException: Invalid object name 'dbo.Events'.
Invalid object name 'dbo.Locations'.

Source Error:

An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location
of the exception can
be identified using the exception stack trace below.


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.

No comments:

Post a Comment