Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle DataAccess Error

IQMar 18 2020 — edited Mar 19 2020

Hello,

We are using Oracle Database 10g  10.2.0.4.0 64bit Production on a Windows 2019 server. I have IIS configured and I am trying to run an application which uses Oracle Database at the backend. I get an error which is shown below, I have installed all the latest ODP packages that were required with the installation. Can someone advise how to resolve this issue ?

Thanks

IQ

"

Line 80: <add assembly="Oracle.DataAccess, Version=4.121.2.0, Culture=neutral, PublicKeyToken=89B483F429C47342"/> Line 81: <!-- <add assembly="Oracle.ManagedDataAccess.Client, Version=4.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342"/>--> Line 82: <!-- <add name="ODP.NET, Managed Driver" invariant="Oracle.ManagedDataAccess.Client" description="Oracle Data Provider for .NET, Managed Driver" type="Oracle.ManagedDataAccess.Client.OracleClientFactory, Oracle.ManagedDataAccess, Version=4.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342" />

Source File: C:\inetpub\wwwroot\TMS\web.config    Line: 80

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Oracle.DataAccess, Version=4.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' could not be loaded.

WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. 

"

This post has been answered by Alex Keh-Oracle on Mar 18 2020
Jump to Answer
Comments
Post Details
Added on Mar 18 2020
6 comments
6,433 views