Open Source Embedded Database Options for .Net Applications
Posted
by LonnieBest
on Stack Overflow
See other posts from Stack Overflow
or by LonnieBest
Published on 2010-03-08T16:34:34Z
Indexed on
2010/03/08
16:36 UTC
Read the original article
Hit count: 447
embedded-database
I have a .Net 4.0 WPF application that requires an embedded database.
MS Access doesn't work on 64 bit Windows I'm told. And I having issues with SSCE:
Unable to load DLL 'sqlceme35.dll': This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)
sqlceme35.dll is installed into my application's program files directory, so I can't seem to figure out why Windows XP Pro doesn't see it.
I was wondering about other embedded databases options I might use that work on both 32 and 64 bit windows. Any suggestions?
© Stack Overflow or respective owner