This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hi,
I've a module wrapper in the layout page with a feedmanager module with only one Feed, sometimes I can't see the pages of the site and i get this error:
ERROR mojoPortal.Web.mojoBasePage System.ApplicationException: Attempt to release mutex not owned by caller. (Eccezione da HRESULT: 0x00000120) in System.Threading.ReaderWriterLock.ReleaseWriterLockInternal() in System.Threading.ReaderWriterLock.ReleaseWriterLock() in mojoPortal.Web.FeedUI.FeedCache.GetRssFeedEntries(Int32 moduleId, Guid moduleGuid, Int32 entryCacheTimeout, Int32 maxDaysOld, Int32 maxEntriesPerFeed, Boolean enableSelectivePublishing) in mojoPortal.Web.FeedUI.FeedManagerModule.GetEntriesTable() in mojoPortal.Web.FeedUI.FeedManagerModule.BindRepeater() in mojoPortal.Web.FeedUI.FeedManagerModule.Page_Load(Object sender, EventArgs e) in System.Web.UI.Control.OnLoad(EventArgs e) in System.Web.UI.Control.LoadRecursive() in System.Web.UI.Control.LoadRecursive() in System.Web.UI.Control.LoadRecursive() in System.Web.UI.Control.LoadRecursive() in System.Web.UI.Control.LoadRecursive() in System.Web.UI.Control.LoadRecursive() in System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
thanks for your help
Sorry I forgot some information
mojoPortal Version 2.3.5.8 MySQL OS Microsoft Windows NT 5.2.3790 Service Pack 2 ASP.NET v2.0.50727 Medium Trust
It seems strange that this error would happen frequently, it might have something to do with using the module wrapper.
I've added error handling for this specific error for the next release.
Best,
Joe
thanks very much!!!