c# - Problems with SQLite and VS2013 -


i've got (hopefully) simple question. we're using visual studio 2013 , have .net 4.0 project. use sqlite database in project. can find installations vs2010 + .net 4.0. if install version cannot add sqlite connection in server explorer view.

is in generall not possible or there way add sqlite connection using vs2013 , .net 4.0?

thanks in advance

here link sqlite package .net 4.5.1 design-time components visual studio 2013.

unfortunately, stated on sqlite website:

this setup package features mixed-mode assembly , install necessary runtime components , dependencies x86 version of system.data.sqlite 1.0.97.0 (3.8.10.2) package. visual c++ 2013 update 2 runtime x86 included. .net framework 4.5.1 required.
this setup package capable of installing design-time components visual studio 2013.

so have choose between:

  • upgrade project .net framework 4.5.1
  • use sqlite dll .net framework 4.0 , don't have design-time components

Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -