Toad for mysql 7.0

Questions about Wine on Linux
Locked
reman37
Newbie
Newbie
Posts: 2
Joined: Tue Feb 04, 2014 5:27 am

Toad for mysql 7.0

Post by reman37 »

I was able to install Toad for mysql 7.0 (dotnet 4.0 + explorer 8 made the trick).

Now I can connect to a databse but when the grid opens I get an exception that I'm not able to solve.

Any idea?

System.ArgumentException
Parameter is not valid.
Stack Trace:
at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData)
at DevExpress.Data.Utils.ImageTool.ImageFromStream(Stream stream)
at DevExpress.XtraEditors.Drawing.LoadingAnimator.get_LoadingImage()
at DevExpress.XtraGrid.Views.Base.ColumnView.get_LoadingAnimator()
at DevExpress.XtraGrid.Views.Grid.Drawing.GridPainter.DrawLoadingIndicator(GridViewDrawArgs e, GridColumnInfoArgs ci)
at DevExpress.XtraGrid.Views.Grid.Drawing.GridPainter.DrawColumnIndicator(GridViewDrawArgs e)
at DevExpress.XtraGrid.Views.Grid.Drawing.GridPainter.DrawColumnPanel(GridViewDrawArgs e)
at DevExpress.XtraGrid.Views.Grid.Drawing.GridPainter.DrawContents(GridViewDrawArgs e)
at DevExpress.XtraGrid.Views.Grid.Drawing.GridPainter.Draw(ViewDrawArgs ee)
at DevExpress.XtraGrid.Views.Base.BaseView.Draw(GraphicsCache e)
at DevExpress.XtraGrid.GridControl.OnPaint(PaintEventArgs e)
at DevExpress.Utils.Drawing.ControlPaintHelper.PaintWithErrorHandling(PaintEventArgs paintEventArgs, Int32 layer)
at DevExpress.Utils.Drawing.ControlPaintHelper.ProcessWMPaint(Message& m)
at DevExpress.XtraGrid.GridControl.CheckProcessMsg(Message& m)
at DevExpress.XtraGrid.GridControl.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)
reman37
Newbie
Newbie
Posts: 2
Joined: Tue Feb 04, 2014 5:27 am

Re: Toad for mysql 7.0

Post by reman37 »

Solved the problem.
Now Toad for mysql works perfectly! :)

Just an hint: in 32bit mode install dotnet40 only.
launch toad for mysql installer.
That's should be all.
Locked