I've installed the latest version of SQLite provider for .Net 4.5 by downloading the file named sqlite-netFx45-setup-bundle-x86-2012-1.0.94.0.exe from SQLite downlaod page to get support with Entity Framework 6 and Design time in Visual studio 2012. After the install is succeeded i'm able browse or create a new sqlite dabase when i use Server Explorer in visual studio however, the SQLite provider doesn't appear when i use the Generate databse wizard of model designer.
1 - From Visual Studio Server Explorer
I Add a connection
I Can see SQLite Provider clearly :
Test Connection succeeded
And finally the database is created without any problem
2 - From Model Diagram Designer :
I've an entity, and want just to generate a database from the model:
The Sqlite provider doesn't appear in providers list
Of course i install the SQLite packages from Nuget, and i Tried to re-install everything in still get the same problem, i googled for 2 days, however i was unable to find a solution.
Thanks.