I'm just about ready to give up on that DB all together. I spent yesterday and some time today on it and I'm getting nowhere.
I got the DLL, installed SqliteAdmin, all that is cake. I created my DB with one table.
Then came the nightmare...installing a data provider and run time tools for VS2012.
After much reading I got and installed "sqlite-netFx45-setup-bundle-x86-2012-1.0.84.0.exe". I then added references to the DLL's in my project then I added a 'LINQ to Entities' item, the Sqlite provider was available. However after the process was finished the context.vb file was empty, only showing up an error in the file and I ended up with a bunch of errors regarding conflict between DB field names and implicit property names (underscore _PropName).
I did more research and found a newer version of the provider that I installed, "sqlite-netFx45-setup-bundle-x86-2012-1.0.94.0.exe" at
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki. It's the only file that mentions, "This is the only setup package that is capable of installing the design-time components for Visual Studio 2012."
With this one I could add a new a database connection in the VS Server Explorer but not a LINQ to Entities since the provider was not present in the list.
I also tried the file "sqlite-netFx45-setup-x86-2012-1.0.94.0.exe" from the same link to no avail.
My Packages.Config file show, "<package id="EntityFramework" version="6.1.1" targetFramework="net45" />"
I am out of solutions to try. Maybe it's something I'm missing like a reference although I have tried to reference all available DLL's.
Anyway, I really need help on this one as I am lost and about to give up.
Thanks