无法找到请求的.net框架数据提供程序。它可能没有安装
我正在尝试连接到 64 位 Windows 7 电脑上的 informix 数据库。我已经能够在 32 位电脑上很好地建立连接,但是当尝试在 64 位电脑上运行它时出现上述错误。它正在寻找 IBM.Data.Informix 驱动程序,但表示找不到。我的 GAC 中有该 dll 的 2 个版本 - 3.0.0.2 和 9.0.0.2。
有谁知道如何让它发挥作用吗?
感谢您的任何想法。
I am trying to connect to an informix database on a 64 bit windows 7 pc. I have been able to make the connection just fine on a 32bit pc, but I get the above error when trying to run it on the 64 bit pc. It is looking for the IBM.Data.Informix driver, but says it can't find it. I've got 2 versions of that dll in my GAC - 3.0.0.2 and 9.0.0.2.
Does anyone have any idea how to get this working?
Thanks for any thoughts.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现了问题 - 我必须通过添加以下行来编辑 machine.config -
I found the issue - I had to edit the machine.config by adding the following lines -