Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/40.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
.net 无法加载DLL';iclit09b.dll';_.net_Asp.net_Environment Variables_Informix - Fatal编程技术网

.net 无法加载DLL';iclit09b.dll';

.net 无法加载DLL';iclit09b.dll';,.net,asp.net,environment-variables,informix,.net,Asp.net,Environment Variables,Informix,在设置Informix服务器和Informix客户端之后,在尝试运行ASP.NET应用程序时,我会遇到以下问题: unable to load DLL 'iclit09b.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)` 查看iclit09b.dll所在的位置,并将此目录添加到PATH环境中 您可以使用我的简单Python“dll测试仪”: 在我的机器上,它提供: c:

在设置Informix服务器和Informix客户端之后,在尝试运行ASP.NET应用程序时,我会遇到以下问题:

unable to load DLL 'iclit09b.dll': The specified procedure could not be found.
(Exception from HRESULT: 0x8007007F)`

查看
iclit09b.dll
所在的位置,并将此目录添加到
PATH
环境中

您可以使用我的简单Python“dll测试仪”:

在我的机器上,它提供:

c:\tmp>which_dll.py iclit09b.dll
2010-09-29 12:16:56      1004032 [b]    C:\informix\bin\iclit09b.dll
    trying to load "iclit09b.dll" ...
    C:\informix\bin\iclit09b.dll loaded
当ODBC使用
iclit09b.dll
时,您也可以尝试使用ODBC管理器配置数据库连接