Hi.

I create a windows service. In its start method I try to open an excel file. I use the following code:

Excel.Application excelApplication = new Excel.ApplicationClass();
object...