home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
SQLite error - Please Help
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="samuel337" data-source="post: 72995" data-attributes="member: 10347"><p>Going through the source code, I found that the SQLite.NET class references sqlite.dll. How are you running this code? Loading it in MP or independently?</p><p></p><p>If independently, you'll need to make sure sqlite.dll is in the same folder as the executable/assembly.</p><p></p><p>I think the problem is with how you're debugging the code. VS.NET is probably looking somewhere else for sqlite.dll and it can't find it. Can you tell us how you're debugging the code?</p><p></p><p>The fact that an SQLiteException isn't being thrown and all the code in the constructor of SQLiteClient is encapsulated in a try-catch statement points to the fact that the class itself isn't being used.</p><p></p><p>Sam</p></blockquote><p></p>
[QUOTE="samuel337, post: 72995, member: 10347"] Going through the source code, I found that the SQLite.NET class references sqlite.dll. How are you running this code? Loading it in MP or independently? If independently, you'll need to make sure sqlite.dll is in the same folder as the executable/assembly. I think the problem is with how you're debugging the code. VS.NET is probably looking somewhere else for sqlite.dll and it can't find it. Can you tell us how you're debugging the code? The fact that an SQLiteException isn't being thrown and all the code in the constructor of SQLiteClient is encapsulated in a try-catch statement points to the fact that the class itself isn't being used. Sam [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
SQLite error - Please Help
Contact us
RSS
Top
Bottom