I can't for the life of me get the sqlite data adapter (VS 2013) to work with lightspeed.
Every time I try to drag a table I get:
Exception while processing Server Explorer drag: System.EntryPointNotFoundException: Unable to find an entry point named 'sqlite3_open_interop' in DLL 'System.Data.SQLite.dll'.
at System.Data.SQLite.UnsafeNativeMethods.sqlite3_open_interop(Byte[] utf8Filename, SQLiteOpenFlagsEnum flags, IntPtr& db)
at System.Data.SQLite.SQLite3.Open(String strFilename, SQLiteConnectionFlags connectionFlags, SQLiteOpenFlagsEnum openFlags, Int32 maxPoolSize, Boolean usePool)
at System.Data.SQLite.SQLiteConnection.Open()
at Mindscape.LightSpeed.Generator.Extraction.Sqlite3.OpenConnectionCore()
at Mindscape.LightSpeed.Generator.Extraction.Provider`1.OpenConnection()
at Mindscape.LightSpeed.Generator.Extraction.Provider`1.ExtractModel(Boolean pluralise, IList`1 tablesToFullyPopulate)
at Mindscape.LightSpeed.Generator.Integration.EntityExtractor.PopulateTypeModel(IList`1 tableNames, Boolean pluralisedInDatabase)
at Mindscape.LightSpeed.Generator.Integration.EntityBuilder.AddTablesToModel(Model model, IDesignTimeNamingStrategy namingStrategy, ILightSpeedDataSource connection, IEnumerable`1 tableNames, IGenerationLog log)
at Mindscape.LightSpeed.Generator.Integration.DiagramDragDropHandler.<>c__DisplayClass4_0.<OnDragDrop>b__0(DragObject dragObject, IGenerationLog log)
at Mindscape.LightSpeed.Generator.Integration.ServerExplorer.IfIsServerExplorerDrag(DragEventArgs e, DragAction action)
I only can find the System.Data.SQLite adapter installer for 1.0.98.0 for VS 2013
I followed other instruction to setup a binding redirect through the devenv config file but that doesn't appear to have any effect
Is there an official way of doing this?