TypeInitializationException thrown for Program class

后端 未结 13 812
醉梦人生
醉梦人生 2020-12-10 23:30

My Windows Forms application was working earlier, however suddenly it stopped working. I am getting following exception:

相关标签:
13条回答
  • 2020-12-11 00:34

    So, If you didn't get an innerException message like me, you can set a breakpoint on some of the static variables like strings that you may have declared. Then you can debug forwards from there with F10.

    0 讨论(0)
提交回复
热议问题