Failed to load viewstate. Happening only occasionally. Tough to recreate

后端 未结 9 1797
陌清茗
陌清茗 2020-12-09 18:05

Details of Error are given below. This error happens only occasionally / rarely / sometimes and there aren\'t any steps to reproduce it.

How can I know which Control

9条回答
  •  一向
    一向 (楼主)
    2020-12-09 18:23

    There is a workaround for this error:

    Set EnableViewstate property of all dynamically loading controls to false. This is not a complete solution; we are disabling controls' ViewState here to bypass this error.

    This solution can cause other errors to raise their heads, so be careful when applying this fix.

提交回复
热议问题