我已將我的應用程序部署到我的客戶。會發生什麼是我測試了我的應用程序在4個不同的計算機,並完美,但不是在我的客戶計算機。未指定錯誤sqlcese40.dll
我在使用SQL Compact的代碼中使用.NET Framework 4.0,並且客戶安裝了.NET Framework 4.7。爲了防萬一,我還在他的電腦中安裝了SQL Compact。
當我在我的應用程序點擊.exe文件顯示與以下文本的彈出錯誤:
System.Data.SqlServerCe.SqlCeException (0x80004005): Error not specified [ sqlcese40.dll ]
in System.Data.SqlServerCe.SqlCeConnection.ProcessResults(Int32 hr)
in System.Data.SqlServerCe.SqlCeConnection.Open(Boolean silent)
in System.Data.SqlServerCe.SqlCeConnection.Open()
in LongStoryShort.LoadAllByItems(String[] columns)
連接到數據庫時,所以發生錯誤。任何線索我錯過了什麼?