InvalidOperationException: Stack empty

后端 未结 2 456
鱼传尺愫
鱼传尺愫 2021-01-05 02:55

my application was worked fine but suddenly it is stop working and give this error [InvalidOperationException: Stack empty.] System.ThrowHelper.ThrowInvalidOperationExcep

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-05 03:20

    I had the same problem, but its fixed now. Firstly I disabled PageInspector.


           

    After that I got another error which was related to ResolveUrl method, I removed method and fixed the problem and voila! its working perfectly. Finally, I enabled PageInspector by removing previous settings and still it works.

提交回复
热议问题