Tagged Questions

0
votes
1answer
230 views

The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine error in windows server

I am using a excel reader to read contents from the excel, string connectionString = "Provider=Microsoft.ACE.OLEDB.12.0; Data Source=" + filePath + ";Extended Properties=Excel ...