After I have setup the Informix server and the Informix client, I face the following problem when trying to run my ASP.NET application:
在设置了Informix服务器和Informix客户端之后,在尝试运行ASP时将面临以下问题。网络应用程序:
unable to load DLL 'iclit09b.dll': The specified procedure could not be found.
(Exception from HRESULT: 0x8007007F)`
1 个解决方案
#1
3
Look where your iclit09b.dll
is and add this directory to PATH
environment.
看你的iclit09b哪里。dll是并将该目录添加到路径环境中。
You can use my simple Python "dll tester": http://code.activestate.com/recipes/576522-searching-dll-and-exe-files-in-path/
您可以使用我的简单Python“dll tester”:http://code.activestate.com/recipes/576522-searching- dll-exe - fils-inpath/
On my machine it gives:
在我的机器上,它给出:
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
You can also try configure database connection using ODBC manager while iclit09b.dll
is used by ODBC.
您还可以使用ODBC manager来尝试配置数据库连接,而iclit09b。dll是由ODBC使用的。
#1
3
Look where your iclit09b.dll
is and add this directory to PATH
environment.
看你的iclit09b哪里。dll是并将该目录添加到路径环境中。
You can use my simple Python "dll tester": http://code.activestate.com/recipes/576522-searching-dll-and-exe-files-in-path/
您可以使用我的简单Python“dll tester”:http://code.activestate.com/recipes/576522-searching- dll-exe - fils-inpath/
On my machine it gives:
在我的机器上,它给出:
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
You can also try configure database connection using ODBC manager while iclit09b.dll
is used by ODBC.
您还可以使用ODBC manager来尝试配置数据库连接,而iclit09b。dll是由ODBC使用的。