Documentation Home
MySQL Workbench Release Notes
Related Documentation Download these Release Notes
PDF (US Ltr) - 1.0Mb
PDF (A4) - 1.0Mb


MySQL Workbench Release Notes  /  Changes in MySQL Workbench 5.2  /  Changes in MySQL Workbench 5.2.5 (Not released)

Changes in MySQL Workbench 5.2.5 (Not released)

This section documents all changes and bug fixes applied since the release of MySQL Workbench MySQL Workbench 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)

    (Bug #47958)

  • 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)