This section documents all changes and bug fixes that have been applied since the release of 5.2.4.
Bugs fixed:
The following exception was generated when closing the Relationship tab for an EER Diagram:
System.NullReferenceException: Referência de objeto não definida para uma instância de um objeto. em MySQL.GUI.Workbench.MainForm.mainDockPanel_ActiveDocumentClosing(Object sender, ActiveDocumentClosingEventArgs e) em WeifenLuo.WinFormsUI.Docking.DockPanel.OnActiveDocumentClosing(ActiveDocumentClosingEventA rgs e) em WeifenLuo.WinFormsUI.Docking.DockPane.CloseContent(IDockContent content) em WeifenLuo.WinFormsUI.Docking.DockPane.CloseActiveContent() em WeifenLuo.WinFormsUI.Docking.VS2005DockPaneStrip.Close_Click(Object sender, EventArgs e) em System.Windows.Forms.Control.OnClick(EventArgs e) em System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) em System.Windows.Forms.Control.WndProc(Message& m) em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
When attempting to run MySQL Workbench, the splash screen appeared
and then the application immediately crashed, generating the
“Send error report to Microsoft” dialog. On
debugging it was found that MySQL Workbench was throwing a
TypeLoadException
:
Could not load type 'WeifenLuo.WinFormsUI.Docking.ActiveDocumentClosingEventArgs' from assembly 'WeifenLuo.WinFormsUI.Docking, Version=2.2.3428.40956, Culture=neutral, PublicKeyToken=null'.
On inspection of the referenced assembly it was confirmed that
there was no type
ActiveDocumentClosingEventArgs
defined.
(Bug#47534, Bug#47480)