Server Error in '/' Application.
The query processor could not start the necessary thread resources for parallel query execution.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: The query processor could not start the necessary thread resources for parallel query execution.
Source Error:
Line 57: private void BindData(int channelID)
Line 58: {
Line 59: rptRSS.DataSource = ChannelListCache.Get(ChannelID).ArticleList;
Line 60: rptRSS.DataBind();
Line 61: }
Source File: d:\WWW\RssFeeds.aspx.cs Line: 59
Stack Trace:
[SqlException (0x80131904): The query processor could not start the necessary thread resources for parallel query execution.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +212
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +245
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2811
System.Data.SqlClient.SqlDataReader.HasMoreRows() +290
System.Data.SqlClient.SqlDataReader.ReadInternal(Boolean setTimeout) +278
Moore.MPF.Kernel.Caching.Engine.ChannelListCache.Get(Int32 channelID) +543
RssFeeds.BindData(Int32 channelID) in d:\WWW\RssFeeds.aspx.cs:59
RssFeeds.Page_Load(Object sender, EventArgs e) in d:\WWW\RssFeeds.aspx.cs:45
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
System.Web.UI.Control.OnLoad(EventArgs e) +132
System.Web.UI.Control.LoadRecursive() +66
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
Title:
The query processor could not start the necessary thread resources for parallel query execution
Description:
Server Error in '/' Application. The query processor could not start the necessary thread resources for parallel query execution. ...
...
Rating:
4