I am trying to use an existing access db file with my c# app. When I try to connect, it says that:
"The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine."
How do I register it/install it/whatever it is I need to do to make it work?
Thanks.
I have Visual Studio 2008 with SQL Server 2005 Express installed if that helps.