Server Error in '/' Application.

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

Source Error:


Line 50:                     //this.product = DataAccess.GetModaProductWithDetails(idProduct, ref this.ownerUser);
Line 51: //                    this.product = DataAccess.GetModaProductWithDetails(idProduct, ModaProductStatusEnum.Published);
Line 52: this.product = ProductManager.GetModaProductWithDetails(idProduct, ModaProductStatusEnum.Published);
Line 53:                     if (this.product != null)
Line 54:                     {

Source File: c:\inetpub\wwwroot\moda.es\moda\detail.aspx.cs    Line: 52

Stack Trace:


[SqlException (0x80131904): Transaction (Process ID 82) 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.detail.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\moda.es\moda\detail.aspx.cs:52
   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