Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine
 

Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine

i have this problem Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine in which my OS is Vista x64 and Visual Studio 9. But this error is not occur when i build my application in VS, it only occurs while i double click on the application in th bin/debug folder.

How can i fix it on my PC ??

ahmedahsal  Monday, October 20, 2008 1:30 PM

Hi ahmedahsal

Please right click your project and choose the “Properties� then select the “Build�page. Find the “Platform target�selection ComboBox. Please change the default “Any CPU�into “x86�then build your application again.

Please inform me if you meet any problem.

Sincerely,

Kira Qian

Kira Qian  Wednesday, October 22, 2008 3:17 AM
Visual Studio itself is a 32 bit application so it can use 32 bit components. But it looks like you are creating a64 bit application. There is no 64bit version of Jet. Use a 64bit data provider, or spin off your database work to a 32 bit process.
Sheng Jiang 蒋晟  Monday, October 20, 2008 11:00 PM

ok no problem i will create my application for 32-bit, but How ?? can you tell me the steps to create an application for 32-bit ? because i tried but i couldn't find that

Thanks alot

ahmedahsal  Tuesday, October 21, 2008 7:23 AM

Hi ahmedahsal

Please right click your project and choose the “Properties� then select the “Build�page. Find the “Platform target�selection ComboBox. Please change the default “Any CPU�into “x86�then build your application again.

Please inform me if you meet any problem.

Sincerely,

Kira Qian

Kira Qian  Wednesday, October 22, 2008 3:17 AM
Kira Qian, thanks for the help. I had the same problem using an Access database; your solution got me going again!
BillBross  Saturday, August 29, 2009 1:38 PM

You can use google to search for other answers

Custom Search

More Threads

• book for data grid
• Problem with combobox in datagridview
• Scroll-synchronizing two or more DataGridViews
• Update requires a valid update command
• ComboBox reverts to valuemember data not displaymember data.
• Gridview rows conditional colouring
• problem with Combo Boxes, automation error
• Strange problem with DataGridViewComboBoxCell
• Changing Custom Control Property
• How can we databind a PictureBox control?