繁体   English   中英

安装C#程序后,在Windows 7 64bit上出现错误

[英]i get error on Windows 7 64bit after i installed my C# program

我在Windows 7 64位上安装了我的C#程序(可用于Access数据库)

我得到这个错误:

The Microsoft.jet.OLEDB.4.0 provider is not registered on the local machine

可能是什么问题?

提前致谢

您的软件以64位模式运行,而ODBC驱动程序仅是32位。

您应该更改清单以与32位版本的.Net一起运行。 您可以从Visual Studio配置选项中执行此操作。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM