Problem connnecting with foxpro tables via OleDb
hi out there!!! i'm facing a strange problem connecting with foxpro tables (dbf) through oledb connection. the oledb provider for foxpro 9.0 is already installed, the permission are setted through all the directory structure, but when i run i receive the error:
"No error information available: REGDB_E_CLASSNOTREG(0x80040154). "
and in the stack trace:
"[InvalidOperationException: The 'VFPOLEDB.1' provider is not registered on the local machine.]
"
some forums has suggested that i should register the provider in the domain account instead of local account, or copy the registry keys from its location to local machine...no idea of doing that.. and some other solutions tested and failed...
|