The 'Microsoft Jet OLEDB 4.0 Provider' is not registered on the local machine
生活随笔
收集整理的這篇文章主要介紹了
The 'Microsoft Jet OLEDB 4.0 Provider' is not registered on the local machine
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
??????? 在一臺Win7 64位的操縱系統(tǒng)上部署的C# Web系統(tǒng),操作Excel,批量導入數(shù)據(jù),報錯,提示錯誤信息:
???????? The ‘Microsoft Jet OLEDB 4.0 Provider' is not registered on the local machine
??????? 網(wǎng)上查找原因和解決方案,微軟只提供了在32位Win7上的驅(qū)動,而未提供64位Win7的驅(qū)動,解決辦法:
??????? 啟動IIS,設(shè)置應用系統(tǒng)所用的應用程序池,如下圖:
?????? 選中該Application Pool,然后點右側(cè)的Advanced Settings,默認Enable 32-bit Applications是設(shè)置為False ,改為True
??????
????? 重啟IIS,則新設(shè)置生效,問題解決。
?
轉(zhuǎn)載于:https://www.cnblogs.com/SH170706/p/7609524.html
與50位技術(shù)專家面對面20年技術(shù)見證,附贈技術(shù)全景圖總結(jié)
以上是生活随笔為你收集整理的The 'Microsoft Jet OLEDB 4.0 Provider' is not registered on the local machine的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 《团队——科学计算器代码设计规范》
- 下一篇: php使用curl下载指定大小的文件