Microsoft.jet.OLEDB.4.0 provider is not registered on the lo

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
charlo49
Newbie
Newbie
Posts: 3
Joined: Mon Mar 29, 2010 6:47 pm

Microsoft.jet.OLEDB.4.0 provider is not registered on the lo

Post by charlo49 »

What does this error message mean? what can i do about it?
James Mckenzie

Microsoft.jet.OLEDB.4.0 provider is not registered on the lo

Post by James Mckenzie »

charlo49 <[email protected]> wrote:
Sent: Mar 30, 2010 11:10 AM
To: [email protected]
Subject: [Wine] Microsoft.jet.OLEDB.4.0 provider is not registered on the lo

What does this error message mean? what can i do about it?
Use winetricks to install mdac 2.8.

James McKenzie
charlo49
Newbie
Newbie
Posts: 3
Joined: Mon Mar 29, 2010 6:47 pm

Post by charlo49 »

Thanks. I installed mdac 2.8, but I get same message. Is this something to do with 32-bit versus 64-bit?

I found this site which claims to address the problem for Windows Vista.

http://www.telerik.com/support/kb/aspne ... chine.aspx

For Windows 2000, for which my Wine is configured, I was directed to this MS site on switching between 32 and 64-bit, but I don't understand how to apply the instructions in Wine/Ubuntu.

http://support.microsoft.com/kb/894435
James McKenzie

Microsoft.jet.OLEDB.4.0 provider is not registered on the lo

Post by James McKenzie »

charlo49 wrote:
Thanks. I installed mdac 2.8, but I get same message. Is this something to do with 32-bit versus 64-bit?

I found this site which claims to address the problem for Windows Vista.

http://www.telerik.com/support/kb/aspne ... chine.aspx

For Windows 2000, for which my Wine is configured, I was directed to this MS site on switching between 32 and 64-bit, but I don't understand how to apply the instructions in Wine/Ubuntu.

http://support.microsoft.com/kb/894435
Wine is a 32 bit application UNLESS you built and installed the 64 bit
version (Fedora is an exception and you can just yum it) and thus should
not suffer from the switch from 32 to 64 bit and back. Also,
Windows2000 (from memory folks) was not available in 64 bit version, either.

James McKenzie
charlo49
Newbie
Newbie
Posts: 3
Joined: Mon Mar 29, 2010 6:47 pm

Post by charlo49 »

Thanks again.
So I guess it's not that...

Maybe this .NET issue is just not workable in Wine...?

FAQ 6.7 says this

"Wine still has many problems with .NET. You're probably out of luck, but if you're brave, you can still try running it."
jasonspiro
Newbie
Newbie
Posts: 1
Joined: Tue Aug 02, 2011 7:01 pm

Re: Microsoft.jet.OLEDB.4.0 provider is not registered on th

Post by jasonspiro »

charlo49 wrote:What does this error message mean? what can i do about it?
Use winetricks to install MDAC 2.8 and Jet 4.0. One way to do so is to run these two commands:

winetricks mdac28
winetricks jet40

I know I'm reviving an old thread. I had the same problem today and so decided to reply. What software were you trying to install?
ebony56
Newbie
Newbie
Posts: 1
Joined: Thu Oct 13, 2011 3:14 am

Post by ebony56 »

I was also struggling with this issue. Thanks for your help.
Editing the project file has solved the issue.
Locked