Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'ranking'.
  2.  
  3. Source Error:
  4.  
  5. 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.
  6.  
  7. Stack Trace:
  8.  
  9.  
  10. [SqlException (0x80131904): Invalid object name 'ranking'.]
  11. System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +3180300
  12. System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +332
  13. System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4224
  14. System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() +87
  15. System.Data.SqlClient.SqlDataReader.get_MetaData() +99
  16. System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption) +584
  17. System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) +3069
  18. System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) +674
  19. System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +83
  20. System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +301
  21. System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +202
  22. System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +178
  23. System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +119
  24. System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +2866
  25. System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) +365
  26. System.Web.UI.WebControls.ListControl.PerformSelect() +43
  27. System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +134
  28. System.Web.UI.WebControls.ListControl.OnPreRender(EventArgs e) +36
  29. System.Web.UI.Control.PreRenderRecursiveInternal() +110
  30. System.Web.UI.Control.PreRenderRecursiveInternal() +204
  31. System.Web.UI.Control.PreRenderRecursiveInternal() +204
  32. System.Web.UI.Control.PreRenderRecursiveInternal() +204
  33. System.Web.UI.Control.PreRenderRecursiveInternal() +204
  34. System.Web.UI.Control.PreRenderRecursiveInternal() +204
  35. System.Web.UI.Control.PreRenderRecursiveInternal() +204
  36. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3624
  37.  
  38. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.2558.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement