Hello,
We are experienceing an intermittent index out of range exception being thrown on our production site. Please see this stack trace:
Stack trace: at System.Web.UI.WebControls.ListView.LoadControlState(Object savedState)
at System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj)
at System.Web.UI.Page.LoadAllState()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
The error is only occuring during postbacks, specifically ListView ItemCommand post backs.
We have 2 environments, our dev environment, which is not load balanced, works fine. Our production environment, which is load balanced, gives us this error, but only intermittently. Oddly, the errors seem isolated to only one of the servers. I diff'd the web.config files and they are identical. Does anyone have any ideas why we might be seeing this?
Thanks in advance.
We are experienceing an intermittent index out of range exception being thrown on our production site. Please see this stack trace:
Stack trace: at System.Web.UI.WebControls.ListView.LoadControlState(Object savedState)
at System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj)
at System.Web.UI.Page.LoadAllState()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
The error is only occuring during postbacks, specifically ListView ItemCommand post backs.
We have 2 environments, our dev environment, which is not load balanced, works fine. Our production environment, which is load balanced, gives us this error, but only intermittently. Oddly, the errors seem isolated to only one of the servers. I diff'd the web.config files and they are identical. Does anyone have any ideas why we might be seeing this?
Thanks in advance.