Microsoft.Office.Interop.Excel 500 Error on server

Viewed 7

I am using Microsoft.Office.Interop.Excel nuget package with asp.net mvc project. I am trying to read excel files. Everything works perfectly on my localhost but when i publish them to my hosting it gives 500 error on this line;

Application xlUygulama = new Application();

Everything is ready for use, so i don't want to change framework. Please help. :S

0 Answers
Related