+ Reply to Thread
Results 1 to 8 of 8

Thread: "The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine."

  1. #1
    Lums is offline VB.NET Forum Newbie Lums is on a distinguished programming path ahead
    .NET Framework
    .NET 2.0
    Join Date
    Feb 2010
    Age
    18
    Posts
    22
    Reputation
    8

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

    Im using windows 7 home premium 64bit how do i resolve this issue

  2. #2
    JuggaloBrotha's Avatar
    JuggaloBrotha is offline VB.NET Forum Moderator JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist
    .NET Framework
    .NET 2.0
    Join Date
    Jun 2004
    Location
    Lansing, MI; USA
    Age
    26
    Posts
    3,897
    Reputation
    524

    Default

    Set your project's compile option to x86 instead of 'Both'. There isn't a 64Bit Jet provider available so your app needs to run in 32Bit mode, even on 64Bit comps.
    Currently using: VS 2005 & 2008 Pro w/sp1 & VS 2010 Ultimate on Win7 Ultimate x64.


    There are 3 kinds of people in the world: Those who can count and those who can't.
    4 out of 3 people have trouble with fractions.

    Windows has a 64 bit GUI for a set of 32 bit extensions on a 16 bit shell for an 8 bit OS using a 4 bit kernel made by a 2 bit company that can't stand 1 bit of competition.

  3. #3
    Lums is offline VB.NET Forum Newbie Lums is on a distinguished programming path ahead
    .NET Framework
    .NET 2.0
    Join Date
    Feb 2010
    Age
    18
    Posts
    22
    Reputation
    8

    Default

    how do i go about doing that, im using Visual Basic Express 2008 by the way

  4. #4
    JuggaloBrotha's Avatar
    JuggaloBrotha is offline VB.NET Forum Moderator JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist
    .NET Framework
    .NET 2.0
    Join Date
    Jun 2004
    Location
    Lansing, MI; USA
    Age
    26
    Posts
    3,897
    Reputation
    524

    Default

    Ah, Visual Basic Express I had a fear that would be the case. You wont be able to do this using the IDE because that's one of the things they took out. Make sure VS is closed and right click the project file (*.vbproj) in windows and open it with notepad, it's a plain text xml file.

    Under the
    Code:
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    </PropertyGroup>
    and
    Code:
    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    </PropertyGroup>
    groups add this:
    Code:
    <PlatformTarget>x86</PlatformTarget>
    Now open the project in VS and try running it.
    Currently using: VS 2005 & 2008 Pro w/sp1 & VS 2010 Ultimate on Win7 Ultimate x64.


    There are 3 kinds of people in the world: Those who can count and those who can't.
    4 out of 3 people have trouble with fractions.

    Windows has a 64 bit GUI for a set of 32 bit extensions on a 16 bit shell for an 8 bit OS using a 4 bit kernel made by a 2 bit company that can't stand 1 bit of competition.

  5. #5
    Lums is offline VB.NET Forum Newbie Lums is on a distinguished programming path ahead
    .NET Framework
    .NET 2.0
    Join Date
    Feb 2010
    Age
    18
    Posts
    22
    Reputation
    8

    Default

    still no luck

  6. #6
    JuggaloBrotha's Avatar
    JuggaloBrotha is offline VB.NET Forum Moderator JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist
    .NET Framework
    .NET 2.0
    Join Date
    Jun 2004
    Location
    Lansing, MI; USA
    Age
    26
    Posts
    3,897
    Reputation
    524

    Default

    Try these suggestions (the 2nd post in particular) VB Express target x86 Platform?
    Currently using: VS 2005 & 2008 Pro w/sp1 & VS 2010 Ultimate on Win7 Ultimate x64.


    There are 3 kinds of people in the world: Those who can count and those who can't.
    4 out of 3 people have trouble with fractions.

    Windows has a 64 bit GUI for a set of 32 bit extensions on a 16 bit shell for an 8 bit OS using a 4 bit kernel made by a 2 bit company that can't stand 1 bit of competition.

  7. #7
    Lums is offline VB.NET Forum Newbie Lums is on a distinguished programming path ahead
    .NET Framework
    .NET 2.0
    Join Date
    Feb 2010
    Age
    18
    Posts
    22
    Reputation
    8

    Default

    brilliant man it worked thanks alot

  8. #8
    JohnH's Avatar
    JohnH is offline VB.NET Forum Moderator JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute
    .NET Framework
    .NET 4.0
    Join Date
    Dec 2005
    Location
    Norway
    Age
    37
    Posts
    10,843
    Reputation
    1443

    Default

    Thread split to search the database? Start new threads for new topics.
    Quote Originally Posted by JuggaloBrotha
    Visual Basic Express I had a fear that would be the case. You wont be able to do this using the IDE because that's one of the things they took out.
    As the post you linked to shows that is not the case, it is just more hidden in Express (or is it? I can't recall Config Manager begin hidden in VB 2008 Express).

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts