Normal
Actually it is more like an external program (PVR Scheduler). I added all the references and put sqlite.dll into my /bin directory of my project. The other .dll like core.dll, SQLiteClient.dll ... were put automatically into my /bin folder, when I compiled it.The only strange thing is that it also creates into /bin a log and a empty database folder?In the log folder there is the mediaportal.log file:15.12.2004 21:29:39 opening tvdatabase15.12.2004 21:29:39 TVDatabase exception errie DLL (sqlite.dll) kann nicht geladen werden. stack: at SQLite.NET.SQLiteClient.sqlite_open(String filename, Int32 mode, String& errmsg) at SQLite.NET.SQLiteClient..ctor(String dbName) at MediaPortal.TV.Database.TVDatabase..cctor()15.12.2004 21:29:39 tvdatabase opened
Actually it is more like an external program (PVR Scheduler). I added all the references and put
sqlite.dll into my /bin directory of my project. The other .dll like core.dll, SQLiteClient.dll ... were put automatically into my /bin folder, when I compiled it.
The only strange thing is that it also creates into /bin a log and a empty database folder?
In the log folder there is the mediaportal.log file:
15.12.2004 21:29:39 opening tvdatabase
15.12.2004 21:29:39 TVDatabase exception errie DLL (sqlite.dll) kann nicht geladen werden. stack: at SQLite.NET.SQLiteClient.sqlite_open(String filename, Int32 mode, String& errmsg)
at SQLite.NET.SQLiteClient..ctor(String dbName)
at MediaPortal.TV.Database.TVDatabase..cctor()
15.12.2004 21:29:39 tvdatabase opened