Server error in application "/".
Could not find stored procedure dbo.aspnet_CheckSchemaVersion. Description: An unhandled exception occurred during the execution of the current web request. View the stack trace for error information and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.
Source Error:
An unhandled exception was thrown during the execution of the current web request. Information about the origin and location of the exception can be identified using the exception stack trace below.
Stack trace:
[SqlException (0x80131904): Could not find stored procedure 'Dbo.aspnet_CheckSchemaVersion.]
System.Data.SqlClient.SqlConnection.OnError (SqlException exception, Boolean breakConnection) +2030802
System.Data.SqlClient.SqlInternalConnection.OnError (SqlException exception, Boolean breakConnection) +5009584
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning () +234
System.Data.SqlClient.TdsParser.Run (RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2275
System.Data.SqlClient.SqlCommand.FinishExecuteReader (SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +215
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds (CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +987
System.Data.SqlClient.SqlCommand.RunExecuteReader (CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, result DbAsyncResult) +162
System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery (DbAsyncResult result, String methodName, Boolean sendToPipe) +178
System.Data.SqlClient.SqlCommand.ExecuteNonQuery () +137
System.Web.Util.SecUtility.CheckSchemaVersion (ProviderBase provider, SqlConnection connection, String [], String version, Int32 & schemaVersionCheck) +392
System.Web.Security.SqlMembershipProvider.CheckSchemaVersion (SqlConnection connection) +84
System.Web.Security.SqlMembershipProvider.GetPasswordWithFormat (String username, Boolean updateLastLoginActivityDate, Int32 & status, String & password, Int32 & passwordFormat, String & passwordSalt, Int32 & failedPasswordAttemptCountTime & LastPortTimeLog & DateLogTentLog & DateLog & lastActivityDate) +827
System.Web.Security.SqlMembershipProvider.CheckPassword (String username, Password String, logical update LastLoginActivityDate, Boolean failIfNotApproved, String & salt, Int32 & passwordFormat) +105
System.Web.Security.SqlMembershipProvider.ValidateUser (String username, String password) +106
System.Web.UI.WebControls.Login.AuthenticateUsingMembershipProvider (AuthenticateEventArgs e) +60
System.Web.UI.WebControls.Login.OnAuthenticate (AuthenticateEventArgs e) +129 System.Web.UI.WebControls.Login.AttemptLogin () +127
System.Web.UI.WebControls.Login.OnBubbleEvent (object source, EventArgs e) +101 System.Web.UI.Control.RaiseBubbleEvent (object source, EventArgs args) +37
System.Web.UI.WebControls.Button.OnCommand (CommandEventArgs e) +125
System.Web.UI.WebControls.Button.RaisePostBackEvent (String eventArgument) +167
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent (String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent (NameValueCollection postData) +36 System.Web.UI.Page.ProcessRequestMain (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563