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 4.122.1.0 on WINDOWS 2016

michel kampSep 29 2017 — edited Oct 24 2017

Hi,

Is the Oracle.DataAccess module supported on Windows 2016 ?

i have a test project (in dot net 4) that works okay on windows 2012 but when i copy the exact files over to a windows 2016 server i get this error below:

The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw an exception.Inner Exception:

System.DllNotFoundException: Unable to load DLL 'OraOps12.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

at Oracle.DataAccess.Client.OpsInit.CheckVersionCompatibility(String version)

at Oracle.DataAccess.Client.OracleInit.Initialize()

at Oracle.DataAccess.Client.OracleConnection..cctor()StatckTrace:

at Oracle.DataAccess.Client.OracleConnection..ctor(String connectionString)

at OraConnectionTestUI.Form1.btnTest_Click(Object sender, EventArgs e) in C:\Data\TFS03\SysCtr-OraclePOOLING\Develop\Common\OraConnectionTestUI\OraConnectionTestUI\Form1.cs:line 88

Just to be clear exact the same project runs fine on a any other windows 2012 server .

pastedImage_0.png

Thanks,

michel

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 21 2017
Added on Sep 29 2017
4 comments
6,811 views