Looks like I found a small workaround for absence of SQLite DataSource in the list when trying to start New Connection after choosing "Update Model From Database..." or "Generate Database from Model..." from your edmx file:
Strangely, but "SQLite Database File" data source *exists* in the same selection list when accessing it via "Tools-Connect To Database..." Visual Studio menu. <http://sqlite.1065341.n5.nabble.com/file/n78026/Connect_to_Database.png> <http://sqlite.1065341.n5.nabble.com/file/n78026/Connection_to_SQLite_exists.png> So first of all you can create a data connection in Visual Studio to an SQLite file in that menu. After that press drop-down list of existing database connections and find that one which you have just created. After that you can proceed with your operation. PS. I have just found out - that after you complete this operation - "SQLite Database File" finally appears in drop-down selection list even when you try to access it via edmx model context menu: <http://sqlite.1065341.n5.nabble.com/file/n78026/Finally_Appeared.png> -- View this message in context: http://sqlite.1065341.n5.nabble.com/Provider-not-showing-up-in-Net-Model-import-wizard-tp75306p78026.html Sent from the SQLite mailing list archive at Nabble.com. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

