Hello all,
I am working on SQLite with Windows Phone 8.1 and already having quite a few issues as of now. I am trying to insert some data dynamically to the table, when the app launches. This is the InnerException message that I get on launch " no such table: theScheduleClass" and the result says " SQLite.SQLite3.Result.Error". I am not sure why I get this message, I see my classes are mapped to the database tables. It's my first try on SQLite and Windows Phone 8.1. Please advise! Thanks.