To update the reference to the Oracle library:
Open the repos for the project being deployed.
Right click the project in the “Solution explorer”.
Example:Select “Properties” from the context menu.
Example:
4. In the reference ensure that Oracle.DataAccess is set to the correct library ODP for local and GAC for Deployments.
The appropriate library can be selected by using the buttons at the bottom of the reference form.
Once the references have been added a first time, if you need to switch, select “Remove” and then select the appropriate library, according to your purpose (local or a deployment.
To run on your local environment, set the reference for Oracle to the ODP library.
Oracle for deployments to development, acceptance and production need to use the GAC version of the oracle library.
oracle library needs to be the “GAC” version (the current library is attached. If needed create a folder with this exact name: v4.0_4.121.2.0__89b483f429c47342
in
C:\Windows\Microsoft.NET\assembly\GAC_64\Oracle.DataAccess
and save the attached library into that folder.
Add Comment