类型' System.Data.OleDb.OleDbException'的未处理异常发生在System.Data.dll中的附加信息:找不到文件

时间:2017-04-20 04:41:39

标签: database visual-studio access

我不知道在哪里找到它!

程序运行正常,但一旦发生

Private Sub InserPP_Load(sender As Object, e As EventArgs)HandlesMyBase.Load

    'TODO: This line of code loads data into the 'DataSet2.plump' table. You can move, or remove it, as needed.

    Me.PlumpTableAdapter.Fill(Me.DataSet2.plump)

End Sub

System.Data.OleDb.OleDbException

中发生了System.Data.dll类型的未处理异常

其他信息:

Could not find file 'F:\proj visual\test1\test1\bin\Debug\plump.accdb'.

0 个答案:

没有答案