[InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.]
System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) +440
System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +315
System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) +128
System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) +265
System.Data.SqlClient.SqlConnection.Open() +133
System.Data.Linq.SqlClient.SqlConnectionManager.UseConnection(IConnectionUser user) +59
System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) +93
System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) +189
System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) +428
System.Data.Linq.DataQuery`1.System.Linq.IQueryProvider.Execute(Expression expression) +51
PintorProject.EditEnabledControls.InPlaceEdit.cms_structured_content.createFromID(String PersistID, String LanguageID) in C:\Programming\PintorProject.Platform\PintorProject.EditEnabledControls\InPlaceEdit\cms_structured_content.cs:66
PintorProject.EditEnabledControls.InPlaceEdit.EditPanelEnableBehaivor.GetStructuredContent(String PersistID, String HeadingID, String ContentLanguage, String UrlPath) in C:\Programming\PintorProject.Platform\PintorProject.EditEnabledControls\InPlaceEdit\EditPanelEnableBehaivor.cs:140
PintorProject.EditEnabledControls.InPlaceEdit.EditPanelEnableBehaivor.LoadShowEditControl(String PersistID, String HeadingID, String ContentLanguage, String UrlPath) in C:\Programming\PintorProject.Platform\PintorProject.EditEnabledControls\InPlaceEdit\EditPanelEnableBehaivor.cs:117
PintorProject.EditEnabledControls.InPlaceEdit.EditPanelEnableBehaivor.OnPreRender(EventArgs e) in C:\Programming\PintorProject.Platform\PintorProject.EditEnabledControls\InPlaceEdit\EditPanelEnableBehaivor.cs:94
System.Web.UI.Control.PreRenderRecursiveInternal() +132
System.Web.UI.Control.PreRenderRecursiveInternal() +227
System.Web.UI.Control.PreRenderRecursiveInternal() +227
System.Web.UI.Control.PreRenderRecursiveInternal() +227
System.Web.UI.Control.PreRenderRecursiveInternal() +227
System.Web.UI.Control.PreRenderRecursiveInternal() +227
System.Web.UI.Control.PreRenderRecursiveInternal() +227
System.Web.UI.Control.PreRenderRecursiveInternal() +227
System.Web.UI.Control.PreRenderRecursiveInternal() +227
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3671
|