[SqlException (0x80131904): A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +925466
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +800118
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +186
System.Data.SqlClient.TdsParserStateObject.ThrowExceptionAndWarning() +13
System.Data.SqlClient.TdsParserStateObject.WriteSni() +682631
System.Data.SqlClient.TdsParserStateObject.WritePacket(Byte flushMode) +265
System.Data.SqlClient.TdsParserStateObject.ExecuteFlush() +51
System.Data.SqlClient.TdsParser.TdsExecuteSQLBatch(String text, Int32 timeout, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj) +269
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +1005
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122
System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12
System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +7
System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +141
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +137
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +83
AspDotNetStorefrontCommon.DB.GetDS(String Sql, String cacheName, Boolean useCache, DateTime expiresAt) in C:\websites\ml.6.1.0.3.csharp.release\ASPDNSFCommon\DB.cs:972
AspDotNetStorefrontCommon.DB.GetDS(String Sql, Boolean useCache, DateTime expiresAt) in C:\websites\ml.6.1.0.3.csharp.release\ASPDNSFCommon\DB.cs:988
AspDotNetStorefrontCommon.EntityHelper.GetEntityComponentArtObjectList(Int32 EntityID, String LocaleSetting, Int32 AffiliateID, Int32 CustomerLevelID) in C:\websites\ml.6.1.0.3.csharp.release\ASPDNSFCommon\EntityHelper.cs:704
AspDotNetStorefrontCommon.EntityHelper.GetEntityComponentArtNode(Int32 ForParentEntityID, String LocaleSetting, Int32 AffiliateID, Int32 CustomerLevelID, Boolean AllowCaching, Boolean ShowObjects) in C:\websites\ml.6.1.0.3.csharp.release\ASPDNSFCommon\EntityHelper.cs:520
AspDotNetStorefrontCommon.SiteMapComponentArt..ctor(Hashtable EntityHelpers, Int32 SiteID, Customer ThisCustomer) in C:\websites\ml.6.1.0.3.csharp.release\ASPDNSFCommon\SiteMapComponentArt.cs:80
AspDotNetStorefront.sitemap2.Page_Load(Object sender, EventArgs e) in c:\Inetpub\vhosts\uswebcentral.com\httpdocs\Web\sitemap2.aspx.cs:26
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
|