문제

I am getting following error in enterprise portal in Dynamics AX

Operation is not valid due to the current state of the object.

Microsoft.Dynamics.Framework.Portal

   at Microsoft.Dynamics.Framework.Portal.UI.WebControls.AxFilter.GetFilterStringFromPostBackValue(String postBackValue)
   at Microsoft.Dynamics.Framework.Portal.UI.WebControls.AxFilter.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

올바른 솔루션이 없습니다

다른 팁

I noticed that the error appears in the modal windows. You can try to set the property <dynamics:AxGridView ShowFilter="false"/> and error disappears

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top