.net - SQLite and Entity Framework -


i'm trying use sqlite database latest entity framework. i've installed sqlite provider x86 .net framework 4.0 here: http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki.

i succesfully added sqlite new data source using server explorer in visual studio 2012. then, added new ado.net entity model , tried add tables simple sqlite database. reason these tables can't added , error log says following:

the data type 'longchar' not supported target .net framework version; >>the column 'name' in table 'main.person' excluded.

i dont understand why it's trying convert sqlite text type longchar , fails. can me problem?

i getting issue today after setting development environment project uses sqllite , ado @ work , fix simple. version 1.0.85.0 broken , version 1.0.84.0 works.

32 bit: http://system.data.sqlite.org/downloads/1.0.84.0/sqlite-netfx40-setup-bundle-x86-2010-1.0.84.0.exe

64 bit: http://system.data.sqlite.org/downloads/1.0.84.0/sqlite-netfx40-setup-bundle-x86-2010-1.0.84.0.exe

uninstall make sure delete program files each install , when re-install tell installer rebuild gac. should work difference between , boses build machine, website needs list previous revisions better.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -