程序运行过程中报错,未处理ArgumentOutOfRangeException,容量超出了最大容量,参数名:capacity。
但是,报错的语句只是MessageBox.Show()弹窗。
报错信息
网上搜索后,发现在使用皮肤控件之后,MessageBox.show()会出现这种错误。

解决方法:设置 skin.SkinDialogs = false;

相关文章:

  • 2021-05-27
  • 2021-11-14
  • 2021-11-30
  • 2021-10-30
  • 2021-12-08
  • 2021-10-23
  • 2021-11-30
  • 2021-07-22
猜你喜欢
  • 2022-12-23
  • 2021-05-25
  • 2021-11-17
  • 2021-05-16
  • 2021-04-30
相关资源
相似解决方案