Normal
Markus1972 was just referring to your initial code snippet, where your wrotem_db=new SQLiteClient("VideoDatabaseV5.db3");instead ofm_db=new SQLiteClient(@"C:\Program Files\Team MediaPortal\MediaPortal\Databases\VideoDatabaseV5.db3");Anyway, what's the rest of the information for that exception, i.e. the trace of where the exception occurred?Sam
Markus1972 was just referring to your initial code snippet, where your wrote
m_db=new SQLiteClient("VideoDatabaseV5.db3");
instead of
m_db=new SQLiteClient(@"C:\Program Files\Team MediaPortal\MediaPortal\Databases\VideoDatabaseV5.db3");
Anyway, what's the rest of the information for that exception, i.e. the trace of where the exception occurred?
Sam