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

事务(进程 ID 57)与另一个进程被死锁在 锁 | 通信缓冲区 资源上,并且已被选作死锁牺牲品。请重新运行该事务。

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

异常详细信息: System.Data.SqlClient.SqlException: 事务(进程 ID 57)与另一个进程被死锁在 锁 | 通信缓冲区 资源上,并且已被选作死锁牺牲品。请重新运行该事务。

源错误:


行 25:             //SliderRpt.DataSource = bNewsInfo.GetNewsListByBigClassIdAndAttrId(1, 1, 1, "4")[0].SplitImages.Split('|')[0];
行 26:             //SliderRpt.DataBind();//频道幻灯//
行 27:             List<NewsInfo> list = bNewsInfo.GetNewsInfoListByZTx(1,3, 37, 232); 
行 28:             this.lb_tt.Text = list[0].Title.ToString();
行 29:             this.lb_content.Text = CutString(list[0].Content.ToString(),136);

源文件: e:\cipNewsNEW\cipNews\Web\zt\zlz2012\Index.aspx.cs    行: 27

堆栈跟踪:


[SqlException (0x80131904): 事务(进程 ID 57)与另一个进程被死锁在 锁 | 通信缓冲区 资源上,并且已被选作死锁牺牲品。请重新运行该事务。]
   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.GetNewsInfoListByZTx(Int32 start, Int32 end, Int32 ZTID, Int32 ZTxID) in C:\Users\cheny\Desktop\知识产权\知识产权\cipNews\DAL\NewsInfo.cs:721
   BLL.NewsInfo.GetNewsInfoListByZTx(Int32 start, Int32 end, Int32 ZTID, Int32 ZTxID) in C:\Documents and Settings\Administrator\桌面\知识产权\cipNews\BLL\NewsInfo.cs:223
   Index_News.Page_Load(Object sender, EventArgs e) in e:\cipNewsNEW\cipNews\Web\zt\zlz2012\Index.aspx.cs:27
   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