我安装更新后立即(KB3023222)每当我在我的应用程序中的MonthCalendar控件上更改所选日期时,我就开始收到错误。过去,该应用程序过去完美无缺。这件事发生在其他人身上吗?有没有解释或解决方法?
这是例外的内容:
“由于对象的当前状态,操作无效。”
细节:
************** Exception Text **************
System.InvalidOperationException: Operation is not valid due to the current state of the object.
at System.Windows.Forms.MonthCalendar.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
我正在使用Windows 8.1,C#和最新的.NET。