Oracle.dataaccess.dll Version 4.112.3.0 Download Instant

gacutil /l Oracle.DataAccess | find "4.112.3.0" In your .csproj or app.config / web.config :

Oracle.DataAccess.dll is the core assembly for ODP.NET (Oracle Data Provider for .NET) – the official ADO.NET driver that allows .NET applications to communicate with an Oracle Database. oracle.dataaccess.dll version 4.112.3.0 download

<add assembly="Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342" /> Or use a binding redirect for legacy apps: gacutil /l Oracle