Server Error in '/' Application.

Transaction (Process ID 78) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

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: Transaction (Process ID 78) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

Source Error:


Line 41:                 {
Line 42:                     //this.product = DataAccess.GetModaProductWithDetails(idProduct, ref this.ownerUser);
Line 43:                     this.product = DataAccess.GetModaProductWithDetails(idProduct, ModaProductStatusEnum.Published);
Line 44:                     if (this.product != null)
Line 45:                         this.ViewState.Add("Product", this.product);

Source File: c:\inetpub\wwwroot\moda.es\moda\redirect.aspx.cs    Line: 43

Stack Trace:


[SqlException (0x80131904): Transaction (Process ID 78) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.]
   ModaFramework.DataAccess.GetModaProductWithDetails(Int32 idProduct, ModaProductStatusEnum productStatus) +3070
   ModaWeb.moda.redirect.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\moda.es\moda\redirect.aspx.cs:43
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4494.0