I am hosting a web application which uses OLEDB 12 to read an Excel file, but getting the error "'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine". Wonder if I should use lower version of OLEDB or Azure does not support OLEDB services at all. Before rewriting the program, just wanted to see if anyone knows a better alternative. I am using Visual Studio 2010 for my development. Thanks in Advance.
Asked
Active
Viewed 1,110 times
1
-
possible duplicate of [Read excel file and insert records in database in C#- Windows Azure](http://stackoverflow.com/questions/3663245/read-excel-file-and-insert-records-in-database-in-c-windows-azure) – shf301 Nov 30 '12 at 01:32
-
possible duplicate of [Microsoft.ACE.OLEDB.12.0 provider is not registered](http://stackoverflow.com/questions/238625/microsoft-ace-oledb-12-0-provider-is-not-registered) – Ashley Medway May 03 '14 at 10:07