[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
|