in

System.Data.SQLite

An open-source, enhanced version of the SQLite database engine for Windows

EntryPointNotFoundException

Last post 09-25-2007 8:41 AM by Robert Simpson. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 08-31-2007 10:49 AM

    EntryPointNotFoundException

    I have a website apps packaged with Ultidev Cassini and using sqlite full project in reference and When i try it on a virtual machine with windows xp it return this error

    EntryPointNotFoundException: Unable to find an entry point named 'sqlite3_open_interop' in DLL 'System.Data.SQLite.DLL'.]

     

    Any idea??

     

    Filed under:
  • 09-25-2007 8:41 AM In reply to

    Re: EntryPointNotFoundException

    You shouldn't include the SQLite project files with your project.  The SQLite project has several dependencies and custom build steps that you are missing.  The reason you're getting this error is because the System.Data.SQLite-Full project is an "intermediate project" which builds ONLY the wrapper.  The "SQLite.Interop" project is responsible for compiling the native engine and merges it with the wrapper in a custom build step.

    By referencing only the SQLite project, you're only getting the wrapper and the native engine isn't being merged with the assembly.

    Robert

     

Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems