jspraul / sql-dbdiff

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

Error when i run DBDiff.exe #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I get this when i run the program 

Unable to load DLL 'sqlceme35.dll': The specified module could not be 
found. (Exception from HRESULT: 0x8007007E)
   at System.Data.SqlServerCe.NativeMethods.DllAddRef()
   at System.Data.SqlServerCe.SqlCeConnection..ctor()
   at System.Data.SqlServerCe.SqlCeConnection..ctor(String 
connectionString)
   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.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.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 vincentf...@gmail.com on 16 Mar 2010 at 8:06

GoogleCodeExporter commented 9 years ago
You will need the .NET Compact SQL Runtime installed, i'm going to take this 
out and
just use XML Serialization at some point.

http://www.microsoft.com/downloads/details.aspx?FamilyID=7849b34f-67ab-481f-a5a5
-4990597b0297&displaylang=en

Original comment by dean.tho...@gmail.com on 17 Mar 2010 at 9:49

GoogleCodeExporter commented 9 years ago
Installed .NET Compact SQL Runtime.  Still getting the errors.

Original comment by Swarth...@gmail.com on 24 Mar 2010 at 2:51

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

GoogleCodeExporter commented 9 years ago

Original comment by dean.tho...@gmail.com on 28 Mar 2010 at 3:04