This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I am trying to start using LightSpeed library, but I run into a problem where it complains that it cannot find assembly for SQLite as it requires version 1.0.86.0 Am I right there is no way I can use the latest SQLite DLL with the free version without the source code? Is this how .NET works? Thanks, Sergey |
|
|
You need to use a binding redirect to cover this since SQLite is strongly named - e.g. Add this into your .config file:
Where 1.2.3.4 is the version number you are using.
|
|