Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/oracle/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
windows server 2012标准R2上asp.net中的Oracle ODP.net异常_Asp.net_Oracle_Odp.net_Windows Server 2012 R2 - Fatal编程技术网

windows server 2012标准R2上asp.net中的Oracle ODP.net异常

windows server 2012标准R2上asp.net中的Oracle ODP.net异常,asp.net,oracle,odp.net,windows-server-2012-r2,Asp.net,Oracle,Odp.net,Windows Server 2012 R2,从.net 4.5和OS Windows Server 2012标准R2上的asp.net应用程序连接到oracle数据库时,我遇到以下异常 System.DllNotFoundException: Unable to load DLL 'OraOps12.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) 我已经安装了正确的oracle 64位客户端,并验证了所有内容,如环境变

从.net 4.5和OS Windows Server 2012标准R2上的asp.net应用程序连接到oracle数据库时,我遇到以下异常

System.DllNotFoundException: Unable to load DLL 'OraOps12.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
我已经安装了正确的oracle 64位客户端,并验证了所有内容,如环境变量路径、安全性和注册表中的路径

同样的东西在Windows8和Windows10上运行良好


windows server 2012似乎没有检测到安装了oracle客户端。

已通过使用oracle client.exe安装程序而不是oracle client xcopy安装程序解决了此问题