Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i have followed this guide http://wp.qmatteoq.com/using-sqlite-in-your-windows-8-metro-style-applications/

but i get errors i dunno why.

Error 1:

The type or namespace name 'Sqlite3' could not be found (are you missing a using directive or an assembly reference?) C:\Users\steff_000\Documents\Visual Studio 2012\Projects\PanoramaApp1\PanoramaApp1\SQLite.cs 2526 29 PanoramaApp1

Error 2:

The type or namespace name 'Community' could not be found (are you missing a using directive or an assembly reference?) C:\Users\steff_000\Documents\Visual Studio 2012\Projects\PanoramaApp1\PanoramaApp1\SQLite.cs 37 31 PanoramaApp1

share|improve this question

closed as not a real question by Mike Pennington, corsiKa, C-Pound Guru, Evan Trimboli, Linger Nov 23 '12 at 3:01

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.