Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new FrmMain());
mscorlib.dll中出现未处理的“System.Reflection.TargetInvocationException”类型异常
其他信息:调用目标引发了异常。
有什么问题?? !!
label12.BeginInvoke(new Action(() =>
{
label12.Text += Convert.ToString(s);
}));
当我继续错误变得像这样 System.Windows.Forms.dll中出现未处理的“System.InvalidOperationException”类型异常
其他信息:在创建窗口句柄之前,无法在控件上调用Invoke或BeginInvoke。