我正在使用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
设置为false
和true
。
1条答案
按热度按时间jchrr9hc1#
你应该安装驱动程序。当连接到DB2数据库时,我在没有驱动程序的情况下得到了以下消息(见图):
安装ibm_data_server_driver_package_win64_v11.1.exe后,此问题得到修复。