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