Description: The type or namespace name 'Community' could not be found (are you missing a using directive or an assembly reference?)
File: C:\Users\Aditya\Downloads\SQLite Temp\SQLite Temp\SQLite Temp\SQLite.cs
Line 36
Column 17
Project: SQLite Temp
How I can solve this problem? Need urgent help.

Aditya PatilPosted Jul 18, 2014, 5:07 AM
Hope you Installed & added the "SQLite for Windows Phone" & "sqlite-net" Reference in your Solution Explorer under References.
Solution Explorer,
Project -> Properties
Click on the Build tab.
In the "Configuration" dropdown, select "All configurations".
In the "Platform" dropdown, select "All platforms".
Append ";USE_WP8_NATIVE_SQLITE" to the "Conditional compilation symbols" textbox.
After all steps build the Project and then Run, Problem will Solve.