程序执行是报错:oci.dll无法加载,怎么解决啊?谢了先!

解决方案 »

  1.   

    在iis服务器上安装oracle客户端,然后有个bug修复一下,最后安装odp.net,重新启动bug好像是重新设置oracle文件加属性,什么authenticated user的,找一下
      

  2.   

    http://www.katesoft.com/blog/read.php?102
    今天调试一个接口,动态调入一个DLL, 使用HINSTANCE LoadLibrary(
       LPCTSTR lpLibFileName   // address of filename of executable module 
      );
    The LoadLibrary function maps the specified executable module into the address space of the calling process. 
    出现无法加载,仔细分析后发现,这个dll需要OCI.dll,这个OCI.dll是什么呢?是 Oracle Call Interface,把文件拷贝到程序目录下,Loadlibrary 就成功了。放一个在这里:
    File description: Oracle Call Interface, v. 9.2.0.1.0 
    Filesize to download: 31.5 kb 
    Download:
      

  3.   

    http://www.85flash.com/Get/ASPNET/2005-2-22/91632698.htm