jspraul / sql-dbdiff

Automatically exported from code.google.com/p/sql-dbdiff
0 stars 0 forks source link

Visual Diff not working for Functions #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Loaded Source and Destination database (tested both)
2.Expanded Functions
3.Selected a function that was green

What is the expected output? What do you see instead?
Wanted to see what the Visual diff was...expecting a diff-tool like difference 
between function definitions

What version of the product are you using? On what operating system?
v0.4.0.0

Please provide any additional information below.
Visual diff showed two big red "X"es in old and new box and the following stack 
trace:
A generic error occurred in GDI+.
   at System.Drawing.Graphics.CheckErrorStatus(Int32 status)
   at System.Drawing.Graphics.DrawString(String s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format)
   at System.Drawing.Graphics.DrawString(String s, Font font, Brush brush, Single x, Single y, StringFormat format)
   at Menees.DiffUtils.Controls.DiffView.DrawString(Graphics G, String strText, Brush B, Int32 x, Int32 y)
   at Menees.DiffUtils.Controls.DiffView.OnPaint(PaintEventArgs e)
   at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
   at System.Windows.Forms.Control.WmPaint(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at Menees.DiffUtils.Controls.DiffView.WndProc(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)

Original issue reported on code.google.com by dcha...@gmail.com on 9 Aug 2013 at 1:03

Attachments: