Normal
I'm running it independently of MediaPortal. I put the sqlite.dll file that was located in the MediaPortal directory into the debug directory of my project because otherwise it throws an exception saying that it cannot find the sqlite.dll.I think maybe I've confused you a bit. I can compile MediaPortal source code with no issues. When I run this bit of code (or any other code that actually creates an instance of a SQLite object) in debug mode by stepping through, then C# definately throws an SQLiteException with the error that I originally posted.
I'm running it independently of MediaPortal. I put the sqlite.dll file that was located in the MediaPortal directory into the debug directory of my project because otherwise it throws an exception saying that it cannot find the sqlite.dll.
I think maybe I've confused you a bit. I can compile MediaPortal source code with no issues. When I run this bit of code (or any other code that actually creates an instance of a SQLite object) in debug mode by stepping through, then C# definately throws an SQLiteException with the error that I originally posted.