Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

I have written an application in Visual Basic .NET 2008 with .NET Framework 2.0.

I have published all necessary files/assemblies when installing my application to target systems.

It works well on all systems I have tested it.

However, one user reported that is using Vista on a 64 bit machine and encountered a problem!

This is the exact error he received:

-

Error reading data from database:

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

-

How should I handle this?

Please help me!

  • Administrators
Posted
Can't remember where I read it but I'm sure Microsoft never actually produced a 64 bit version of the Jet provider. You would probably need to convert the data base to something else (SQL Express for example) to take full advantage of a 64 bit environment.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...