Description:
Error occurred when closing the manage connections dialog using the cancel mechanism.
----- Developer Notes -----
MySQL Workbench CE for Windows version 5.2.44 revision 9933
Configuration Directory: C:\Documents and Settings\Greywolfzx\Application Data\MySQL\Workbench
Data Directory: C:\Program Files\MySQL\MySQL Workbench 5.2 CE
Cairo Version: 1.8.8
OS: Microsoft Windows Server 2003 R2, Enterprise Edition Service Pack 2 (build 3790)
CPU: Intel(R) Pentium(R) 4 CPU 2.20GHz, 504 MiB RAM
Active video adapter (0): Intel(R) 82845G/GL/GE/PE/GV Graphics Controller
Installed video RAM: 64 MB
Current video mode: 1280 x 1024 x 4294967296 colors
Used bit depth: 32
Driver version: 6.14.10.4342
Installed display drivers: ialmrnt5.dll
Current user language: English (United States)
Exception = System.InvalidCastException
Message = Unable to cast object of type 'MySQL.Forms.SeparatorItem' to type 'System.String'.
FullText = System.InvalidCastException: Unable to cast object of type 'MySQL.Forms.SeparatorItem' to type 'System.String'.
at MySQL.Forms.SelectorImpl.get_item(basic_string<char\,std::char_traits<char>\,std::allocator<char> >* , Selector* self, Int32 index)
at MySQL.MCallback2<std::basic_string<char\,std::char_traits<char>\,std::allocator<char> >\,mforms::Selector \*\,int>.cpp_callback(basic_string<char\,std::char_traits<char>\,std::allocator<char> >* , Selector* a1, Int32 a2)
at mforms.Selector.callback(Selector* )
at MySQL.Forms.SelectorImpl.selection_changed(Object sender, EventArgs e)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ComboBox.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)
How to repeat:
In the migration wizard. Selected local host as source with default options. On Target page, Clicked on manage connections. Made new connection with default values and then deleted it. Upon closing the connections dialog with a cancel, this error message popped up.