IBM数据DB2连接上出现文件未找到异常

c7rzv4ha  于 2023-01-26  发布在  DB2
关注(0)|答案(1)|浏览(252)

我正在使用Visual Studio 2015和.net451,并尝试连接到IBM Db2数据库,但当我调试代码时,我收到此错误:

FileNotFoundException
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in System.Windows.Forms.dll
Additional information: Could not possible to load file or assembly 'IBM.Data.DB2, Version=11.5.5.4, Culture=neutral, PublicKeyToken=7c307b91aa13d208' or one of yours dependencies. The system can't find the file.

我能做些什么来解决这个问题?
我已经安装了NuPackage IBM.Data.DB2,并且已经将Copy local设置为falsetrue

jchrr9hc

jchrr9hc1#

你应该安装驱动程序。当连接到DB2数据库时,我在没有驱动程序的情况下得到了以下消息(见图):

安装ibm_data_server_driver_package_win64_v11.1.exe后,此问题得到修复。

相关问题