简体   繁体   中英

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

i installed my C# program (that work with access database) on windows 7 64 bit

and i get this error:

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

what can be the problem ?

thank's in advance

Your software is running in 64 bit mode, and the ODBC driver is 32 bit only.

You should change the manifest to run with 32-bit version of .Net. You can do this from the Visual Studio Configuration options.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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