如果我不是每次都启动我的程序,我有时会不断收到这个异常。
************** Exception Text **************
System.ArgumentException: Argument 'Prompt' cannot be converted to type 'String'.
at Microsoft.VisualBasic.Interaction.MsgBox(Object Prompt, MsgBoxStyle Buttons, Object Title)
at svchost.Form1.VB$StateMachine_39_Form1_Load.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
上周我遇到了这个问题 5 个小时左右,直到我重新安装了我的电脑,然后它再次工作。我不知道为什么这只是随机出现..
我希望有人可以帮助我,它不会给我任何如此愚蠢的行或代码输出。