Server Error in '/' Application.

The wait operation timed out

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ComponentModel.Win32Exception: The wait operation timed out

Source Error:


Line 302:        {
Line 303:            IDbDataAdapter da = GetDataAdapter(sql, conn);
Line 304:            da.Fill(ds);
Line 305:        }
Line 306:        return ds.Tables[0];

Source File: c:\webhosting\data\App_Code\DBHelper.cs    Line: 304

Stack Trace:


[Win32Exception (0x80004005): The wait operation timed out]

[SqlException (0x80131904): Execution Timeout Expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +2582782
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +6033430
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +297
   System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error) +634
   System.Data.SqlClient.TdsParserStateObject.ReadSniSyncOverAsync() +200
   System.Data.SqlClient.TdsParserStateObject.TryReadNetworkPacket() +109
   System.Data.SqlClient.TdsParserStateObject.TryPrepareBuffer() +78
   System.Data.SqlClient.TdsParserStateObject.TryReadByteArray(Byte[] buff, Int32 offset, Int32 len, Int32& totalRead) +62
   System.Data.SqlClient.TdsParser.TrySkipPlpValue(UInt64 cb, TdsParserStateObject stateObj, UInt64& totalBytesSkipped) +169
   System.Data.SqlClient.SqlDataReader.TryResetBlobState() +100
   System.Data.SqlClient.SqlDataReader.TryCleanPartialRead() +103
   System.Data.SqlClient.SqlDataReader.TryCloseInternal(Boolean closeReader) +198
   System.Data.SqlClient.SqlDataReader.Close() +433
   System.Data.Common.DbDataReader.Dispose(Boolean disposing) +20
   System.Data.Common.DbDataReader.Dispose() +17
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +258
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +138
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +89
   DBHelper.GetDataTable(String sql) in c:\webhosting\data\App_Code\DBHelper.cs:304
   news.Page_Load(Object sender, EventArgs e) in c:\webhosting\data\jp\news.aspx.cs:66
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4330.0
Baidu
sogou