martes, agosto 07, 2012

The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine, Windwos 7

This usually happens when you run a 32-bit application on a 64-bit operating system

To resolve this issue open the project in Visual Studio then:

1. From the solution explorer right-click your project then click Properties
2. Click the Build tab
3. Change Platform target from: Any CPU to x86
4. Re-build your solution