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 449:                         select temp).Take(take);
Line 450:
Line 451:            return query.ToList();
Line 452:        }
Line 453:    }

Source File: c:\webhosting\data\App_Code\SiteBasic.cs    Line: 451

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() +98
   System.Data.SqlClient.TdsParserStateObject.TryReadByteArray(Byte[] buff, Int32 offset, Int32 len, Int32& totalRead) +62
   System.Data.SqlClient.TdsParserStateObject.TrySkipLongBytes(Int64 num) +81
   System.Data.SqlClient.SqlDataReader.TryResetBlobState() +167
   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.Linq.SqlClient.ObjectReaderSession`1.Dispose() +44
   System.Data.Linq.SqlClient.ObjectReader`2.Dispose() +31
   System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +286
   System.Linq.Enumerable.ToList(IEnumerable`1 source) +61
   SiteBasic.getTopList(Int32 id, Int32 take) in c:\webhosting\data\App_Code\SiteBasic.cs:451
   newsdel.bank() in c:\webhosting\data\newsdel.aspx.cs:38
   newsdel.Page_Load(Object sender, EventArgs e) in c:\webhosting\data\newsdel.aspx.cs:15
   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