[SqlException (0x80131904): 事务(进程 ID 189)与另一个进程被死锁在 锁 资源上,并且已被选作死锁牺牲品。请重新运行该事务。]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +2586158
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +6039990
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +297
System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4477
System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) +997
System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) +314
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +297
FlyWeb.Helper.FlyDBhelper.ExecuteCommand(String safeSql) in E:\vsitem\钟表协会\FlyDBHelper\FlyDBhelper.cs:55
FlyWeb.DAL.PicContentServer.AddClicks(Int32 id) in E:\vsitem\钟表协会\FlyWebDAL\PicContentServer.cs:241
FlyWeb.BLL.PicContentManager.AddClicks(Int32 id) in E:\vsitem\钟表协会\FlyWebBLL\PicContentManager.cs:230
FlyWeb.contentdetail.Page_Load(Object sender, EventArgs e) in E:\vsitem\钟表协会\FlyWeb\contentdetail.aspx.cs:64
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
System.Web.UI.Control.OnLoad(EventArgs e) +97
System.Web.UI.Control.LoadRecursive() +61
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693
|