报错提示:"the microsoft.jet.oledb.4.0 provider is not registered on the local machine"

错误起因:winfrom项目在32位系统里面创建,由于创建解决方案 Platform默认设置为Any Cpu,所以在64位系统下打开解决方案的时候Platform设置默认为为Any Cpu,正常情况下应该在64位系统下,开启32cpu模式,即Active(*86)。

注意事项:Platform属性修改后,各个类库协同都应修改过来,以及Reference重新添加。

相关图片:

报错"the microsoft.jet.oledb.4.0 provider is not registered on the local machine"解决方案

相关文章:

  • 2021-08-11
  • 2021-12-07
  • 2022-12-23
  • 2022-02-13
  • 2022-12-23
  • 2022-01-08
  • 2021-10-09
猜你喜欢
  • 2021-07-29
  • 2021-09-30
  • 2022-12-23
  • 2021-07-11
  • 2021-09-30
相关资源
相似解决方案