Description:
*Reproduced in:*
Windows 7x64
MySQL Server 5.6
MEB 3.10 (this happens even when MEB is not installed).
MySQL WB 6.2.4.12419x64 Commercial.
How to repeat:
*Repro Steps*
1. Open a valid MySQL Connection.
2. Go to the "Management" tab and then to "Online Backup".
3. Create a partial backup.
4. Execute the partial backup.
5. Right click on the backup job and delete it.
*Actual Results:*
"An unhandled esception occurred.
Stack Trace:
Exception = System.NullReferenceException
Message = Object reference not set to an instance of an object.
FullText = System.NullReferenceException: Object reference not set to an instance of an object.
at MySQL.Forms.TreeNodeViewWrapper.set_selected(TreeNodeView* backend, TreeNodeRef* node, Boolean flag)
at mforms.MenuItem.callback(MenuItem* )
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)