Making a C# SQLite Database first model appear out of thin air -


i trying make tiny application, using sqlite , ef6.

i have sqlite database tables , data, want create model , populate that. despite i've tried have had no success.
when adding new "ado.net entity data model" have no option sqlite database (this on visual studio 2015).

i saw this, this , this.

what have done far:
- first tried install sqlite nuget - no luck.
- created new project, , instead of nuget installed latest x32 system.data.sqlite setup package , made sure check option of installing design-time components visual studio 2015 - no dice
- saw had luck installing older version of setup packages. after painstaking installation (after removing newer version) - no cigar.
- started following this one and, hooray - can't add assemblies, despite telling setup put them in global trash can or whatever.

so come you, dear people, hoping can wave magic wand , me thing that's supposed tiny, fast , easy be, guessed - @ working.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -