Adiadodo 2016-11-30 02:00 采纳率: 0%
浏览 3224

.net运行程序后 报错"无法加载 DLL“iclit09b.dll”: 找不到指定的模块

用户代码未处理 System.TypeInitializationException
Message="“IBM.Data.Informix.IfxConnection”的类型初始值设定项引发异常。"
Source="IBM.Data.Informix"
TypeName="IBM.Data.Informix.IfxConnection"
StackTrace:
在 IBM.Data.Informix.IfxConnection..ctor(String connectionString)
在 dal.DaoBase.get_Connection() 位置 D:\myweb\jyfx\dal\DaoBase.cs:行号 29
在 dal.AbstractQuery.Execute(String cmdText, Boolean isStore, IfxParameter[] paramz) 位置 D:\myweb\jyfx\dal\AbstractQuery.cs:行号 27
在 dal.AbstractQuery.ExecuteQuery(String cmdText, IfxParameter[] paramz) 位置 D:\myweb\jyfx\dal\AbstractQuery.cs:行号 19
在 dal.UserDao.getone(String ucode, String pass, String lip) 位置 D:\myweb\jyfx\dal\UserDao.cs:行号 31
在 admin_checkLogin.Page_Load(Object sender, EventArgs e) 位置 d:\myweb\jyfx\jyfx\Component\checkLogin.aspx.cs:行号 61
在 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
在 System.Web.UI.Control.OnLoad(EventArgs e)
在 System.Web.UI.Control.LoadRecursive()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
InnerException: System.DllNotFoundException
Message="无法加载 DLL“iclit09b.dll”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。"
Source="IBM.Data.Informix"
TypeName=""
StackTrace:
在 IBM.Data.Common.UnsafeNativeMethods.Ifx32.SQLAllocHandle(Int16 HandleType, IntPtr InputHandle, IntPtr& OutputHandle)
在 IBM.Data.Informix.IfxConnPoolManager..ctor()
在 IBM.Data.Informix.IfxConnection..cctor()
InnerException:

iclit09b.dll也辅助到system32中了,项目bin目录也有,但仍然报这个错误。请大神帮忙解答一下。。。

  • 写回答

1条回答 默认 最新

  • zqbnqsdsmd 2016-11-30 04:29
    关注
    评论

报告相同问题?

悬赏问题

  • ¥50 易语言把MYSQL数据库中的数据添加至组合框
  • ¥20 求数据集和代码#有偿答复
  • ¥15 关于下拉菜单选项关联的问题
  • ¥20 java-OJ-健康体检
  • ¥15 rs485的上拉下拉,不会对a-b<-200mv有影响吗,就是接受时,对判断逻辑0有影响吗
  • ¥15 使用phpstudy在云服务器上搭建个人网站
  • ¥15 应该如何判断含间隙的曲柄摇杆机构,轴与轴承是否发生了碰撞?
  • ¥15 vue3+express部署到nginx
  • ¥20 搭建pt1000三线制高精度测温电路
  • ¥15 使用Jdk8自带的算法,和Jdk11自带的加密结果会一样吗,不一样的话有什么解决方案,Jdk不能升级的情况