I am working with MS Excel files in my web application is hosted on Azure
I never run into following error when I am trying to access the excel file on my development fabric, but once I deploy to Azure, I get this error message.
The 'Microsoft.ACE.OleDb.12.0' provider is not registered on the local machine.
I do not want to change my code and cannot use any 3rd party tool. My questions are:
- Is there a way around this issue?
- Can I create a VM on Azure, install the OLEDB Driver and upload my site there?