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
|
We are using Oracle 11g as backend database. I have LightSpeed version=5.0.2889 installed through NuGet
I've configured LightSpeedContext to use "Oracle9Odp" data provider
I've have "Oracle.DataAccess" version 2.112.1.0 installed throught NuGet
However, when I run the application, I get the following runtime error:
How do I get the correct version of the Oracle.DataAccess, which works with Lightspeed ("Oracle9Odp")? |
|
|
I got this working! I installed the "Oracle Data Provider for .net (ODP.NET) x64" package via NuGet.
Then I added the following assemblyBinding redirect. Note the newVersion number.
In IIS for my WebApi application, I had to make sure to use an Application pool was using .Net Framework 4.0. Plus I did NOT need to enabled 32 bit appl since I'm using the 64 bit version of Oracle Data Provider. |
|