I'm trying to connect to a dBase (.dbf) database by VB.Net, I installed vfpoledb provider and use connection string like bellow :
Dim cn As New OleDb.OleDbConnection With {.ConnectionString = "Provider=vfpoledb.1;Data Source=[MyAddress]"}
I got an error like this only in specific project :
The 'vfpoledb.1' provider is not registered on the local machine
my project is compile on x86 platform and when I create a new project and use same code, everything is OK. only my main project got this error.
