How to resolve an incorrect path to SQLite Database?
问题 Overview - I've added some code to copy an existing database to the device's local folder. So far the first condition if the existing db doesn't already exist works fine. Issue - But when the line of code to copy the existing db from the solution folder to the device folder executes, I get an SQLite error. The error tells me that the db file couldn't be opened. During debugging I see that the DBPath is the same as the file location in my solution. So I'm not too sure what could be wrong with