Hi,
Very intermittently, and seemingly made more frequent by peak traffic times, we are getting an error (v1.0) relating toAfter TransactionCompletion
After som analysis we have worried this could be some sort of bug in NH, perhaps around threading/locking? If anyone could shed some light as the error message is not very informative! Thanks.
1) Exception Information
*********************************************
Exception Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
TargetSite: Void AfterTransactionCompletion(Boolean)
HelpLink: NULL
Source: NHibernate
StackTrace Information
*********************************************
at NHibernate.Transaction.AdoTransaction.AfterTransactionCompletion(Boolean successful)
at NHibernate.Transaction.AdoTransaction.Commit()
at RealDevelopments.NHibernate.Utility.Transaction.Commit()
at LNNZ.BrandedGear.Persistence.Transaction.Commit()
at LNNZ.BrandedGear.AppService.AppTransaction.Commit()
at LNNZ.BrandedGear.Web.Controllers.PageBaseCustomer.LoadCurrentCart()
|