System.InvalidOperationException: Stack empty

前端 未结 11 1925
情深已故
情深已故 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:36

    That Happend to me when I added a new to my page and set the DefaultButton to a button outside the panel (By mistake). Error fixed when I changed the DefaultButton to another one inside the panel.

提交回复
热议问题