c# - SQLite database first with entity framework in VS 2015 Community Edition -
i want create wpf application use sqlite database entity framework. googled , found these link1, link2, link3 says need install sqlite-netfx46-setup-bundle-x64-2015-1.0.99.0.exe. when trying connect database getting following error.
i googled not find solutions. please solve error.
i had exact issue, mine cause having older version installed in :
"c:\program files (x86)\system.data.sqlite\2010"
uninstalling , deleting directory, followed reinstalling newer 2015 version fixed it, hope helps link below found solution
http://system.data.sqlite.org/index.html/tktview/8b77722ff3b0e766fce4db053f3a62d09af942e7
Comments
Post a Comment