0

i try to install my C# program on Windows 7 64bit

i installed Access too

and i got this error:

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

that can be the problem ?

thank's in advance

Gold
  • 60,526
  • 100
  • 215
  • 315
  • Duplicate: http://stackoverflow.com/questions/1991643/microsoft-jet-oledb-4-0-provider-is-not-registered-on-the-local-machine – Heinzi Jul 05 '10 at 07:48

2 Answers2

2

Compile and run as 32bit (set options in visual studio from target "Any CPU" to "x86").

Volker
  • 33
  • 2
0

There is a problem with 64 bit version. Try running your application in 32 bit mode and see if that fixes the problem.

spinon
  • 10,760
  • 5
  • 41
  • 59