Problem on 64 bit system!

SIMIN

Well-known member
Joined
Mar 10, 2008
Messages
92
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!
 
Cant remember where I read it but Im 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.
 
Back
Top