Click here to Skip to main content
15,867,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using Winform deployment project which uses "Provider=Microsoft.Jet.OLEDB.4.0;"as connection string

this works fine on 32 bit system but on 64 bit i get error saying Provider=Microsoft.Jet.OLEDB.4.0;not registered

I tried changing the debug to x86 from any cpu but i am still getting same issue
Posted
Comments
Valery Possoz 9-May-13 13:40pm    
This question has been asked so many times... Look on google, you will se that there is no 64b version of Jet.
Look here for more details:
http://www.codeproject.com/Questions/464072/The-Microsoft-Jet-OLEDB-4-0-provider-is-not-regist
gaurish thakkar 14-May-13 0:39am    
i got it ..i was using a hard coded path for the database .

I solved it using x86 and ./ convention and using relative path .


thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900