I downloaded the "sqlite-netFx451-binary-x64-2013-1.0.90.0.zip" binary package for the 4.5.1 .net framework. I unzipped it and added a reference to a simple little VB program to test if it would work. Nothing complicated. Just a connect, open, select, read, close dispose. I got the following build error:

Warning 1 The primary reference "System.Data.SQLite" could not be resolved because it was built against the ".NETFramework,Version=v4.5.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0,Profile=Client". SQLite_Test_App

Any ideas how to get this to work?

Thanks for any help!

Barry
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to