System.InvalidOperationException: Stack empty

前端 未结 11 1944
情深已故
情深已故 2020-12-09 03:09

Once running ASP.NET 4.x application built in Visual Studio 2013 I am getting the below exception.

I have tried to disable the PageInspector by removing page inspect

11条回答
  •  爱一瞬间的悲伤
    2020-12-09 03:24

    In my case (ASP.NET 4.6, Visual Studio 2015) I commented an asp text control and added a new asp drop down list but did not updated the AssociatedControlID of the associated label.

    on changing the AssociatedControlID to newly added asp drop down list ID my problem was fixed.

提交回复
热议问题