日期:2014-05-18  浏览次数:20824 次

C#.net 连接Informix数据库的问题
我在C#下引用IBM.Informix.Data.dll,连接Informix数据库,但总是提示下面的错误,我的Dll文件版本是2.90.5.0,Assembly Version是2.81.0.0。

- The error occurred while Loading Providers config file.
- initialize provider  
- Check the Informix.
请大家帮忙看的下

------解决方案--------------------
Informix的配置文件要放在和.DLL和app.config同一目录下,也就是放在/bin/debug下。另外app.config创建以后,应该属性"不复制"改为“复制”。