1

Is there any limitations in what can connect with what? I have a big problem in connecting my db file in visual C# express, I always get "The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine." error when I test my connection. I have win 7 with ms access 2010 and access database engine, all 64-bit.

2 Answers 2

1

You need to install the Office System Driver: Data Connectivity Components. Even though it says it is for Office 2007 it works with 2010 also. After you install that from there you should be able to just add a datasource within Visual Studio.

Sign up to request clarification or add additional context in comments.

2 Comments

Its working. But i don't understand, I have installed DCC just for 64bit, and now when I have installed this 32bit version it worked!
@Nenad I do not know why this was happening. I had this problem about 8 months ago and remember that almost everyone that was running x64 everything solved it with x86 install.
0

I think if you just run your project under x86 configuration that error will be removed

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.