1

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'm 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 database options I might use (that work on both 32 and 64 bit windows). Any suggestions?

1 Answer 1

4

SQLite

...and the System.Data.SQLite provider.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.