Erreur de rendu non gérée dans 'NewsByTag' part: System.Exception: System.Data.SqlClient.SqlException: The query processor could not start the necessary thread resources for parallel query execution.
à System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
à System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
à System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
à System.Data.SqlClient.SqlDataReader.HasMoreRows()
à System.Data.SqlClient.SqlDataReader.ReadInternal(Boolean setTimeout)
à System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping)
à System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue)
à System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords)
à System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
à System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
à System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
à IceCube.Common.GetDataViewByQuery(String strQuery, IEnumerable`1 prms) dans C:\Repository\Core\IceCube_Business35\Common.cs:ligne 1585
SELECT distinct top 5 d.objectid as ID,d.idnavigation,d.TextContent512 as TextContent,d.Title_Documents,d.RawImage,d.Image,d.createdate_documents FROM Document d inner join CategoryItemXObject o on d.ObjectID=o.ObjectID and o.CategoryItemID in (select n from @SelectedTagID) and o.CategoryItemID not in (2460, 2461, 2462) where d.ObjectID<>@ObjectID and d.IDZone=@Z and d.TypeID in (10004,10008) and d.Available_Document=1 and d.Published=1 and d.Visible_Document=1 order by d.createdate_documents desc
à IceCube.Common.GetDataViewByQuery(String strQuery, IEnumerable`1 prms) dans C:\Repository\Core\IceCube_Business35\Common.cs:ligne 1608
à IceCube.BuiltInParts.Document.GetLiveValue(Int32 navID, Int32 zoneID, Dictionary`2 uiArgs) dans C:\Repository\Core\IceCube_Business35\BuiltInParts\Content\Document.cs:ligne 682
à IceCube.BuiltInParts.Document.Render(Int32 navID, Int32 zoneID, Dictionary`2 uiArgs) dans C:\Repository\Core\IceCube_Business35\BuiltInParts\Content\Document.cs:ligne 759
à IceCube.BuiltInParts.Document.RenderCall(ITemplate currentTemplate, Int32 navID, Int32 zoneID, SitePart sitePartID) dans C:\Repository\Core\IceCube_Business35\BuiltInParts\Content\Document.cs:ligne 786
à IceCube.Rendering.CallPartBlockInfo.ToString() dans C:\Repository\Core\IceCube_Business35\Rendering\CallPartBlockInfo.cs:ligne 68