“/”应用程序中的服务器错误。

查询处理器未能为执行并行查询启动必要的线程资源。

说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.Data.SqlClient.SqlException: 查询处理器未能为执行并行查询启动必要的线程资源。

源错误:


行 49:             //newZt.DataBind();//最新专题//
行 50: 
行 51:             correlation.DataSource = bNewsInfo.GetXiangGuanNewsListByKey(bNewsInfo.GetNewsInfoListByNewsID(id)[0].Key,id);
行 52:             correlation.DataBind();//相关新闻//
行 53: 

源文件: e:\cipNewsNEW\cipNews\Web\Index_NewsConten.aspx.cs    行: 51

堆栈跟踪:


[SqlException (0x80131904): 查询处理器未能为执行并行查询启动必要的线程资源。]
   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) +2843
   System.Data.SqlClient.SqlDataReader.HasMoreRows() +266
   System.Data.SqlClient.SqlDataReader.ReadInternal(Boolean setTimeout) +278
   System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping) +198
   System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) +295
   System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) +676
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +317
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +573
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +166
   SQLHelper.Helper.ExecuteDataTable(SqlCommand comm) in C:\Documents and Settings\Administrator\桌面\知识产权\cipNews\SQLHelper\Helper.cs:99
   DAL.NewsInfo.GetXiangGuanNewsListByKey(String key, Int32 ID) in C:\Users\cheny\Desktop\知识产权\知识产权\cipNews\DAL\NewsInfo.cs:1888
   BLL.NewsInfo.GetXiangGuanNewsListByKey(String key, Int32 ID) in C:\Documents and Settings\Administrator\桌面\知识产权\cipNews\BLL\NewsInfo.cs:662
   Index_NewsContent.Page_Load(Object sender, EventArgs e) in e:\cipNewsNEW\cipNews\Web\Index_NewsConten.aspx.cs:51
   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


版本信息: Microsoft .NET Framework 版本:2.0.50727.8745; ASP.NET 版本:2.0.50727.8745