简体   繁体   中英

Using SQLite in Windows 8 DESKTOP app

Hi does anyone know how to configure Visual Studio 2012 Desktop to use SQLite in a desktop app?

I have been spending ages trying to work it - I got it working in Visual Studio 2012 Metro Apps but there is no Extensions in VS 2012 Desktop so it seems to be a bit different.

I have tried adding a reference to the SQLite3.dll but VS refuses to acknowledge it as a library.

I have been trying to use Tim Heurs instructions without success.

Any pointers in the right direction would be greatly appreciated.

have you tried System.Data.SQLite ?

Here an example WPF application on CodeProject that uses same SQLite library.

Yes, you should using this binaries, in order to use with .NET,

http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki ,

What version of .net in your project ? 4.0 or 4.5 ?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM