Server Error in '/' Application.

Transaction not successfully started

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: NHibernate.TransactionException: Transaction not successfully started

Source Error:


Line 36:         private void CommitAndCloseSession(object sender, EventArgs e) {
Line 37:             try {
Line 38:                 NHibernateSessionManager.Instance.CommitTransaction();
Line 39:             }
Line 40:             finally {

Source File: c:\hosting\webhost4life\member\noce2k\BulkLab\App_Code\NHibernateSessionModule.cs    Line: 38

Stack Trace:


[TransactionException: Transaction not successfully started]
   BulkLab.DataAccess.NHibernateSessionManager.RollbackTransaction() in C:\Project\BULKLAB.COM\Solution\BulkLab.DataAccess\NHibernateSessionManager.cs:159
   BulkLab.DataAccess.NHibernateSessionManager.CommitTransaction() in C:\Project\BULKLAB.COM\Solution\BulkLab.DataAccess\NHibernateSessionManager.cs:143
   BulkLab.Ajax.NHibernateSessionModule.CommitAndCloseSession(Object sender, EventArgs e) in c:\hosting\webhost4life\member\noce2k\BulkLab\App_Code\NHibernateSessionModule.cs:38
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75


Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082