打开表单时出现错误
问题描述:
大家好,当我尝试打开自己的表单时,出现这样的显示错误
在System.Windows.Forms.dll中发生了类型为"System.StackOverflowException"的未处理的异常"
我应该如何从此错误中恢复
hi all , when i am trying to open my form its showing error like this
"An unhandled exception of type ''System.StackOverflowException'' occurred in System.Windows.Forms.dll"
how shall i recover from this error
答
使用调试器,并在窗体的构造函数的第一行上设置断点.
Use the debugger, and set a breakpoint on the first line of your form''s constructor.