Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am working with MS Excel files in my web application built in Azure environment. 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 in cloud, I get this error message.

I installed the Access database engine as well ass added the reference DocumentFormat.OpenXml.dll (OPen XML) and also EPPLUS dll(Third party).Still facing the problem.Only in Azure.Its works fine in my local machine.
Posted
Comments
Maciej Los 12-Oct-15 9:56am    
Did you install MS Access database engine on Azure server?
Richard Deeming 12-Oct-15 13:57pm    
It's not enough to simply add a reference to EPPlus or the Open Office XML SDK; you actually have to re-write your code to use those components, replacing your current code which uses an OleDbConnection.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900