Afaq Baig
Afaq Baig

Reputation: 25

Sqlite library is not working

I am working on a Windows 8 Metro application. When I use [PrimaryKey,AutoIncrement], it does need a library.

Using Sqlite;

But when I import this libray, the error remains.

Plz help me !

Upvotes: 1

Views: 50

Answers (1)

Zia Ur Rahman
Zia Ur Rahman

Reputation: 1880

In VS2012, main Menu go to TOOLS, Select Library Package Manager > Manager NuGet Package for Solution. Then click on Online and write in Search Box "Sqlite-net" and Install it.

this will work fine.

Upvotes: 2

Related Questions