Hi
We have a customer that can't delete a page with 27 subpages. When trying to delete the page we get this error:
Exception type: RecycleBinException
Exception message: Recycle bin encountered an Exception on moving item to the bin
at Dynamicweb.SystemTools.RecycleBin.RecycleBinRepository.Save(RecycleBin bin)
at Dynamicweb.SystemTools.RecycleBin.RecycleBin.Commit()
at Dynamicweb.SystemTools.RecycleBin.RecycleBin.Dispose(Boolean disposing)
at Dynamicweb.SystemTools.RecycleBin.RecycleBin.Dispose()
at Dynamicweb.Content.PageService.MoveToBin(Page obj)
at Dynamicweb.Content.PageService.DeletePage(Int32 pageId)
at Dynamicweb.Admin.Page_Delete.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
The transaction has aborted.
at System.Transactions.TransactionStateAborted.CreateAbortingClone(InternalTransaction tx)
at System.Transactions.DependentTransaction..ctor(IsolationLevel isoLevel, InternalTransaction internalTransaction, Boolean blocking)
at System.Transactions.Transaction.DependentClone(DependentCloneOption cloneOption)
at System.Transactions.TransactionScope.SetCurrent(Transaction newCurrent)
at System.Transactions.TransactionScope.PushScope()
at System.Transactions.TransactionScope..ctor(TransactionScopeOption scopeOption, TransactionScopeAsyncFlowOption asyncFlowOption)
at Dynamicweb.SystemTools.RecycleBin.RecycleBinRepository.Save(RecycleBin bin)
What can be the problem?