Home > OS >  Server error in "/" application
Server error in "/" application

Time:09-23

Object name 'ConfigInfo is invalid,
Note: during the execution of the current Web request, abnormal untreated, please check the stack trace, to learn about the errors and mistakes in the code of the source of detailed information,

Exception details: System. The Data. SqlClient. SqlException: object name 'ConfigInfo is invalid,

The error source:

Only when it is compiled in debug mode, generate the untreated anomaly source code will be displayed, if you want to enable this feature, please perform one of the following steps, then the request URL:

1. Add an error on the file at the top of a "Debug=true" instruction, for example:

<% @ Page Language="c #" Debug="true" % & gt;

Or:

2. Add the following section to the application configuration file:






Please note that the second step will make all the files in a given application is compiled in debug mode. Only the first step to make the specific file is compiled in debug mode,

Important: in order to debug mode application will produce memory/performance overhead, before deployment to the production plan, shall ensure that application debugging has been disabled,

The stack trace:


[SqlException x80131904 (0) : object name 'ConfigInfo is invalid,]
System. The Data. SqlClient. SqlConnection. one rror (SqlException exception, Boolean breakConnection, Action ` wrapCloseInAction) 1 + 388
System. The Data. SqlClient. TdsParser. ThrowExceptionAndWarning (TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) + 717
System. The Data. SqlClient. TdsParser. TryRun (RunBehavior RunBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& DataReady) + 4515
System. The Data. SqlClient. SqlDataReader. TryConsumeMetaData () + 61
System. The Data. SqlClient. SqlDataReader. Get_MetaData () + 134
System. The Data. SqlClient. SqlCommand. FinishExecuteReader (SqlDataReader ds, RunBehavior RunBehavior, String resetOptionsString) + 6557689
System. The Data. SqlClient. SqlCommand. RunExecuteReaderTds (CommandBehavior cmdBehavior, RunBehavior RunBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& Task, Boolean asyncWrite, SqlDataReader ds) + 6560327
System. The Data. SqlClient. SqlCommand. RunExecuteReader (CommandBehavior cmdBehavior, RunBehavior RunBehavior, Boolean returnStream, String method, TaskCompletionSource ` 1 completion, Int32 timeout, Task& Task, Boolean asyncWrite) + 586
System. The Data. SqlClient. SqlCommand. RunExecuteReader (CommandBehavior cmdBehavior, RunBehavior RunBehavior, Boolean returnStream, String method) + 104
System. The Data. SqlClient. SqlCommand. ExecuteReader (CommandBehavior behaviors, String method) + 288
System. The Data. SqlClient. SqlCommand. ExecuteDbDataReader (CommandBehavior behaviors) + 171
System.Data.Com mon. DbCommand command. The System. Data. IDbCommand. ExecuteReader (CommandBehavior behaviors) + 15
System.Data.Com mon. DbDataAdapter. FillInternal (DataSet DataSet, DataTable [] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behaviors) + 325
System.Data.Com mon. DbDataAdapter. The Fill (DataSet DataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behaviors) + 420
System.Data.Com mon. DbDataAdapter. The Fill (DataSet DataSet) + 275
Game. The Kernel. DbHelper. ExecuteDataset (DbConnection connection, CommandType CommandType, String commandText, DbParameter [] commandParameters) + 324
Game. The Kernel. DbHelper. ExecuteDataset (CommandType CommandType, String commandText, DbParameter [] commandParameters) + 194
Game. The Kernel. DbHelper. ExecuteObject (String commandText, List ` prams) 1 + 93
Game. The Facade. The Fetch. GetUploadFileUrl (String fileUrl) in E: \ Web \ 1916 \ RYFront \ Services \ Game Facade \ Fetch cs: 81
ASP. Index_aspx. __DataBind__control8 (Object sender, EventArgs e) + 361
System. Web. UI. Control. DataBind (Boolean raiseOnDataBinding) + 304
System. Web. UI. Control. DataBindChildren () + 12396407
System. Web. UI. Control. DataBind (Boolean raiseOnDataBinding) + 321
System. Web. UI. WebControls. Repeater. The CreateItem (Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) + 183
System. Web. UI. WebControls. Repeater. CreateControlHierarchy (Boolean useDataSource) + 659
System. Web. UI. WebControls. Repeater. OnDataBinding (EventArgs e) + 164
Game. Web. Index. Page_Load (Object sender, EventArgs e) in e: \ Web \ 1916 \ RYFront \ WebProjects \ Game Web \ Index aspx. Cs: 22
Game. The Facade. UCPageBase. onl oad (EventArgs e) in e: \ Web \ 1916 \ RYFront \ Services \ Game Facade \ UCPageBase cs: 180
System. Web. UI. Control. LoadRecursive () + 71
System. Web. UI. Page. ProcessRequestMain (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) + 3178



-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Version information: Microsoft.net Framework version: 4.0.30319; The ASP.NET version: 4.0.30319.34209

CodePudding user response:

The.net code problem? Not met, to look at

CodePudding user response:

Given prompt, then use ConfigInfo as key word check in your code, such as SQL statements, in particular, to estimate the spelling or database had changed,
  • Related