I have this code
exapplication = new Excel.Application();
Excel.Workbook WB = exapplication.ThisWorkbook;
WB.Connections.AddFromFile("C:\test.odc");
and when I trying to compile it, it gives me the following exception:
Exception from HRESULT: 0x800A03EC