For a "Project" menu item, the "Open" button causes an error if the previously opened file has been deleted.
Try this:
- Open any project.
- Delete the project file.
- Click on the "Open" button.
I checked it from the "Modules" menu - there is no error.
Log:
【出现时间】:14.10.2018 13:44:48
【异常类型】:InvalidOperationException
【异常信息】:Коллекция была изменена; невозможно выполнить операцию перечисления.
【堆栈调用】:
в System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
в BotChiefEditoram.?(Object A_0, EventArgs A_1)
в System.Windows.Forms.Form.OnLoad(EventArgs e)
в DevComponents.DotNetBar.RibbonForm.OnLoad(EventArgs e)
в System.Windows.Forms.Form.OnCreateControl()
в System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
в System.Windows.Forms.Control.CreateControl()
в System.Windows.Forms.Control.WmShowWindow(Message& m)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ContainerControl.WndProc(Message& m)
в System.Windows.Forms.Form.WmShowWindow(Message& m)
в System.Windows.Forms.Form.WndProc(Message& m)
в DevComponents.DotNetBar.RibbonForm.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)