I have a sqlite database declared in the root of my project (belongside MainPage.xaml etc.).
How can i place this database in IsolatedStorage? I can’t seem to open the database now so i think it might be because it’s not in Isolated Storage. How can i move it?
Here is the code I used:
If I remember correctly, you have to mark your DB as Content/Copy Always.