how to configure entity framework 6 for sqlite in visual studio 2013 -
how can configure entity framework 6.x sqlite in visual studio 2013. want configure win-form application sqlite entity framework 6.x. need process step step described.
i tried solutions, no 1 straight forward specific system requirement. there questions similar this, in asking resolve problem. point that, want neat step step process this, people can straight forward way thing.
currently have installed data provided .net framework 4.5.1 here , entity framework 6.0.2 sqlite nuget. when adding ado.net entity data model, there no provider listed sqlite db connection.
close vs.
go page: http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
search on page: setups 32-bit windows (.net framework 4.5.1)
, download bundle vs 2013 (the 1 sais it's 1 installs packages vs 2013 in bold letters).
make sure save dlls gac , install design time components (this take time).
start vs.
you should able add connections sqlite database file now.
Comments
Post a Comment