Server Error in '/' Application.
This SqlTransaction has completed; it is no longer usable.
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.InvalidOperationException: This SqlTransaction has completed; it is no longer usable.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: This SqlTransaction has completed; it is no longer usable.]
System.Data.SqlClient.SqlTransaction.ZombieCheck() +991813
System.Data.SqlClient.SqlTransaction.get_Isolation Level() +9
Telerik.OpenAccess.Runtime.Logging.LoggingDbComman d.set_DbTransaction(DbTransaction value) +91
System.Data.Common.DbCommand.set_Transaction(DbTra nsaction value) +10
Telerik.OpenAccess.Data.Common.OACommand.set_Trans action(OATransaction value) +91
Telerik.OpenAccess.Data.Common.OAConnection.Create Command() +38
Telerik.OpenAccess.OpenAccessContextBase.ExecuteQu ery(String commandText, CommandType commandType, DbParameter[] parameters) +90
Centro.Data.Entities.CentroEntities.GetFeaturedPro ducts() in d:\proj\Sysgram\Sources\centro.ro\Centro.Data\Cent ro.Data.Entities\Entities\CentroEntities.cs:1392
Centro.Web.GUI.HomePage.Page_Load(Object sender, EventArgs e) in d:\proj\Sysgram\Sources\centro.ro\Centro.Web\Centr o.Web.GUI\Default.aspx.cs:17
System.Web.Util.CalliEventHandlerDelegateProxy.Cal lback(Object sender, EventArgs e) +51
System.Web.UI.Control.OnLoad(EventArgs e) +92
System.Web.UI.Control.LoadRecursive() +54
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +77