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 .

Thanks,
michel