SIMIN Posted April 21, 2008 Posted April 21, 2008 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! Quote
Administrators PlausiblyDamp Posted April 21, 2008 Administrators Posted April 21, 2008 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. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.