Hi,
I've been seeing this error
intermittently and found some others as well encountering this one on various DNN modules (RSS, HTML). But haven't seen any resolution for this one yet.
I also saw a hit on the
dotnetnuke site.
Would you know what's causing this one and how to resolve this one?
This is what I got from the log, which is not helpful at all (at least for me)
Method: System.Web.UI.ScriptManager.get_IPage
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Page cannot be null. Please ensure that this operation is being performed in the context of an ASP.NET request. ---> System.InvalidOperationException: Page cannot be null. Please ensure that this operation is being performed in the context of an ASP.NET request.at System.Web.UI.ScriptManager.get_IPage()at System.Web.UI.PageRequestManager.RenderPageCallback(HtmlTextWriter writer, Control pageControl)at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)at System.Web.UI.Page.Render(HtmlTextWriter writer)at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer)at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)--- End of inner exception stack trace ---
Any help would be greatly appreciated. Thanks.