System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at OutYard.Foundation.DataLayer.TransactionScope.Enlist(IDbCommand cmd, String connectionString, ConnectionDelegate connection) in C:\Other\MyProg\DotNetProj\OutYard\Core\OutYard.DataProvider\DataLayer\TransactionScope.cs:line 80
at OutYard.Foundation.DataLayer.Provider.SqlDataProvider.LoadTable(DataCommand command) in C:\Other\MyProg\DotNetProj\OutYard\Core\OutYard.DataProvider\DataLayer\Provider\SqlDataProvider.cs:line 125
at OutYard.Foundation.DataLayer.Provider.DataService.LoadTable(DataCommand command) in C:\Other\MyProg\DotNetProj\OutYard\Core\OutYard.DataProvider\DataLayer\Provider\DataService.cs:line 58
at OutYard.Foundation.DataLayer.DBProduct.LoadByDateIndex(Int32 CustomerId, Int32 AccessLevel, Double DateIndex, Int32 LanguageId, Int32 categoryId) in C:\Other\MyProg\DotNetProj\OutYard\Core\OutYard.DataLayer\DataLayer\DBProduct.cs:line 238
at OutYard.Foundation.BusLayer.SiteStructure.Products.Product.LoadByDateIndex(Int32 languageId, Double DateIndex, Int32 categoryId) in C:\Other\MyProg\DotNetProj\OutYard\Core\OutYard.BusinessLayer\BusLayer\SiteStructure\Products\Product.cs:line 291
at MasterTemplates_Default_MasterPage.get_LeadProduct()
at MasterTemplates_Default_MasterPage.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
|