[SqlException: 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, TdsParserState state) +177
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, TdsParserState state) +52
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() +678
System.Data.SqlClient.TdsParser.ReadNetlib(Int32 bytesExpected) +499
System.Data.SqlClient.TdsParser.ReadBuffer() +120
System.Data.SqlClient.TdsParser.ReadByteArray(Byte[] buff, Int32 offset, Int32 len) +224
System.Data.SqlClient.TdsParser.ReadString(Int32 length) +86
System.Data.SqlClient.TdsParser.ReadValue(_SqlMetaData md, Int32 length) +777
System.Data.SqlClient.SqlDataReader.SeqRead(Int32 i, Boolean useSQLTypes, Boolean byteAccess, Boolean& isNull) +385
System.Data.SqlClient.SqlDataReader.SeqRead(Int32 i, Boolean useSQLTypes, Boolean byteAccess) +28
System.Data.SqlClient.SqlDataReader.GetValues(Object[] values) +110
System.Data.Common.SchemaMapping.LoadDataRow(Boolean clearDataValues, Boolean acceptChanges) +61
System.Data.Common.DbDataAdapter.FillLoadDataRow(SchemaMapping mapping) +155
System.Data.Common.DbDataAdapter.FillFromReader(Object data, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) +260
System.Data.Common.DbDataAdapter.Fill(DataTable dataTable, IDataReader dataReader) +90
System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +304
System.Data.Common.DbDataAdapter.Fill(DataTable dataTable, IDbCommand command, CommandBehavior behavior) +28
System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) +88
MyAmplify.common.LoadBooleanResults(Tag[]& tTags, SqlConnection& cnSQL, BooleanSearchType& Type, HttpRequest& oRequest, HttpSessionState& oSession, Boolean bCliproll, String sUrlString, Boolean& bRSS, Boolean& bNext100, SearchParams& oSearchParams) in W:\inetpub\dev.clipmarks.com\modules\common.vb:1914
MyAmplify.exchange_common.Load(SqlConnection& cnSQL, Object& oExchange, Boolean& bSortOptions, Boolean& bFilterOptions) in W:\inetpub\dev.clipmarks.com\modules\exchange_common.vb:405
MyAmplify.exchange.Page_Load(Object sender, EventArgs e) in W:\inetpub\dev.clipmarks.com\exchange.aspx.vb:154
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +772
|