开发者

Unable to load DLL 'iclit09b.dll'

开发者 https://www.devze.com 2023-02-02 06:16 出处:网络
After I have setup the Informix server and the Informix client, I face the following problem when trying to run my ASP.NET application:

After I have setup the Informix server and the Informix client, I face the following problem when trying to run my ASP.NET application:

unable to load DLL 'iclit09b.dll': The specified procedure could not be found.
(Exception from HRESUL开发者_如何学运维T: 0x8007007F)`


Look where your iclit09b.dll is and add this directory to PATH environment.

You can use my simple Python "dll tester": http://code.activestate.com/recipes/576522-searching-dll-and-exe-files-in-path/

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消