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
|
I'm building an application using Lightspeed 3.0 and Sql Server Compact v3.5.1. Everything works fine as long as I run the application on my development machine but if I attempt to install the application on another machine I get the following error whenever I try to access my database:
The version of System.Data.SqlServerCe.DLL that gets bundled with my application is v3.5.1.0 (as reported in VS whenever I select References, click System.Data.SqlServerCe.DLL and look at the Version in the properties window) but according to the error it appears that the system is looking for v3.5.0. I'm not sure if this is because Lightspeed has a strong reference to v3.5.0 or if this is a problem with the SqlServerCe provider. Is there any way to use the v3.5.1 Sql Compact library with Lightspeed v3.0? Thanks. |
|