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
|
Hello, When I publish my ASP.Net MVC application to a remote server I am getting the following error when lightspeed tries to query the VistaDB database file. Could not load file or assembly 'VistaDB.NET20, Version=3.3.1.54, Culture=neutral, PublicKeyToken=dfc935afe2125461' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.
The current VistaDb.Net20.dll I am using is versioned at 3.4.2.77, I have tried including it in the Bin folder of the application but without success. Everything works fine while debugging on my local machine. Any ideas on how I might get this working? Thanks,Ben
|
|
|
We're going to update our VistaDB support to that version shortly, which should make the problem go away. I'll see if we can get this into the next nightly build. In the meantime, you should be able to address this by using a binding redirect to forward requests for version 3.3.1.54 to 3.4.2.77. You can set this up using the .NET configuration tool, or via the web.config file if you are comfortable with writing binding redirects by hand. |
|
|
Hello Ben, Just to let you know we have updated LightSpeed to build against 3.4.2.77, so this problem should go away in the next nightly build, dated 3 June 2009 and available from about 1430 GMT. |
|
|
Updating the web.config worked perfectly. Thanks for your help. |
|