in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

SQLiteConnectionStringBuilder not part of dll?

Last post 07-21-2010 12:04 PM by yin. 5 replies.
Page 1 of 1 (6 items)
Sort Posts: Previous Next
  • 11-02-2006 12:16 AM

    SQLiteConnectionStringBuilder not part of dll?

    I just upgraded from version 1.0.28.0 to 1.0.36.1.  Now, I get compile errors when I reference SQLiteConnectionStringBuilder.  Is this no longer supported?

    Regards - V

  • 11-02-2006 7:32 AM In reply to

    Re: SQLiteConnectionStringBuilder not part of dll?

    Can you paste the errors?  SQLiteConnectionStringBuilder hasn't gone anywhere, I assure you.

    Robert

     

  • 11-02-2006 9:55 AM In reply to

    Re: SQLiteConnectionStringBuilder not part of dll?

    The error is the following:

    Error 1 The type or namespace name 'SQLiteConnectionStringBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\Perforce\vbecker_esd\ESD\Source\Master\Client\DataAccess\Specific\SQLiteClientPersistenceHelper.cs 32 13 DataAccess (Client\DataAccess)

    I've downloaded the SQLite-1.0.36.1-source.zip, extracted the System.Data.SQLite.dll dated 10/25/2006 2:45pm, and added a reference to my project.  References to 'SQLiteConnection', 'SQLiteTransaction', 'SQLiteCommand', 'SQLiteException', 'SQLiteErrorCode' still work.

    thanks & regards -V

  • 11-02-2006 2:49 PM In reply to

    Re: SQLiteConnectionStringBuilder not part of dll?

    Robert,

    Just a heads up - the System.Data.SQLite.dll that comes from the msi works.  The one in the source.zip doesn't.  Just out of curiosity what's the reason for System.Data.SQLite.dll to be included in the source.zip?

    thanks & regards - V

     

  • 11-02-2006 2:53 PM In reply to

    Re: SQLiteConnectionStringBuilder not part of dll?

    There is one special build of the DLL in the tools\install\resources folder that is used strictly to support Compact Framework development on the desktop.  You definitely should not be referencing that one!

    Robert

     

  • 07-21-2010 12:04 PM In reply to

    • yin
    • Not Ranked
    • Joined on 07-21-2010
    • Posts 1

    Re: SQLiteConnectionStringBuilder not part of dll?

    so, does it mean the CF version of system.data.sqlite DOES NOT have the SQLiteConnectionStringBuilder?

    i am currently developing a device application which uses the CF version of the system.data.sqlite, and i got it from SQLite-1.0.63.0-setup, after installation.

     thanks in advance!

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