jspraul / sql-dbdiff

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

Error on startup. #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Copy app files into folder c:\DBDiff
2.Run DBDiff.exe
3.

What is the expected output? What do you see instead?
Error dialog.  Text of dialog is listed below.

What version of the product are you using? On what operating system?
0.2

Please provide any additional information below.
Could not load file or assembly 'System.Data.SqlServerCe, Version=3.5.1.0, 
Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its 
dependencies. The system cannot find the file specified.
   at DBDiff.Settings.Project.GetLastConfiguration()
   at DBDiff.Front.PrincipalForm.Form_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.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)

Original issue reported on code.google.com by dgea...@gmail.com on 24 Mar 2010 at 3:50

GoogleCodeExporter commented 9 years ago
Fixed in the latest version, 0.3.

Original comment by dean.tho...@gmail.com on 24 Mar 2010 at 9:50