TheProjecter / sql-dbdiff

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

Windows error - Object reference not set to an instance of an object #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Opened the program by clicking on DBDiff.exe
2.Tried to uncheck the "show existing objects" checkbox
3.

What is the expected output? What do you see instead?
Expected only check box to be unched, which it did but I got an error message.
Object reference not set to an instance of an object.
   at DBDiff.Front.SchemaTreeView.RebuildSchemaTree()
   at System.Windows.Forms.CheckBox.OnCheckedChanged(EventArgs e)
   at System.Windows.Forms.CheckBox.set_CheckState(CheckState value)
   at System.Windows.Forms.CheckBox.OnClick(EventArgs e)
   at System.Windows.Forms.CheckBox.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.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)

What version of the product are you using? On what operating system?
V0.4 of DBDiff on Windows 2008 R2 64bit

Please provide any additional information below.

Original issue reported on code.google.com by neilbald...@gmail.com on 19 Feb 2015 at 7:50