Hi Dojo,
Today I've seen the following exception when I tried to import an excel file with a driver:
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.
Any idea about where is the root cause of this exception? Maybe some dll? Same driver on different system works well.
Thanks!
Floris Cockaerts [SLC] [DevOps Advocate] Answered question
Hi Daniel,
According to this stackoverflow thread, you likely need to install the Microsoft Access Database Engine 2010 Redistributable on your system.
Floris Cockaerts [SLC] [DevOps Advocate] Answered question
Understood Floris.
Thanks for your help!