entity framework - SQLite provider in VS2017 -


i want connect sqlite using ef6 in vs2017. installed "system.data.sqlite" nuget package. installed "sqlite-netfx46-setup-bundle-x86-2015-1.0.104.0.exe" http://system.data.sqlite.org, cannot see sqlite provider when adding ado.net data entity.

am missing something? or above package not supporting vs2017 (it said vs2015)

there no ddex provider package vs 2017 (yet). https://system.data.sqlite.org/index.html/tktview?name=8292431f51

basically need wait for: sqlite-netfx46-setup-bundle-x86-2017-1.0.1xx.0.exe

"official" update:

the current estimate support visual studio 2017 included in 1.0.106.0 release, should released @ point in mid-june timeframe.

mistachkin added on 2017-05-28 20:41:40: @ point, seems unlikely i'll able add vs 2017 support design-time components (e.g. table designer, entity wizard, etc).

update: have created ddex provider enables sqlite support (for ef6 only) in visual studio 2017, see how-to guide here: https://github.com/erikej/sqlcetoolbox/wiki/ef6-workflow-with-sqlite-ddex-provider


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -