SQLite database file type missing from Visual Studio 2010 data source options
database-connection, entity-framework, sqlite, visual-studio-2010
Solution
I add the answer here myself since I just found it out:
After installing the NuGet package, I downloaded the setup package "Setups for 32-bit Windows (.NET Framework 4.0)" from here: http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki. It was saying that "This is the only setup package that is capable of installing the design-time components for Visual Studio 2010."
Then in the installer it was important to put a check on "Install the designer components for Visual Studio 2010"
After that opening Visual Studio again and I got SQLite Database File under the data source options.
Problem
I installed a x86/x64 official SQLite NuGet package on Visual Studio 2010 by following these instructions: http://www.tsjensen.com/blog/post/2012/11/10/SQLite-on-Visual-Studio-with-NuGet-and-Easy-Instructions.aspx. Then saved and built the project. I try then to add ADO.NET Entity Data Model into the project and add a new database connection but I don't see a SQLite Database File under the data source options. How can I add the SQLite Database File to appear under the Visual Studio data source options?