jspraul / sql-dbdiff

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

Error at startup #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Unzipped the .ZIP file contents into a folder
2. Via Windows Explorer, double-click on DBDiff.EXE
3. Program appears to start but has Error window in foreground containing 
the following information:
An error has occurred:
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)

What is the expected output? What do you see instead?
See above

What version of the product are you using? On what operating system?
SQL-DBDiff v0.2, on Windows XP SP3

Please provide any additional information below.

Original issue reported on code.google.com by oryg...@gmail.com on 24 Mar 2010 at 2:42

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