I have a excel file I've put on a file server. When required i access it via a dll, fill it with some data in background only (through ExecuteExcel functionality). It used to work before. Recently I changed 2003 office to 2010 office version. After that it started throwing below [...] read more
Right, this is driving me insane. This works fine locally with Excel 2013, but when the website is published to a remote server with Excel 2010 it fails. From what I can see the DCOM configuration is the same locally as remote. After fighting with Excel 2010 and DCOM permissions [...] read more
How to handle exception in "C#" for the errors like-> Code: Workbooks.Open(folderPath,filename,Excel.XlPlatform.xlWindows,"",""....) "System.Runtime.InteropServices.COMException (0x80070BBC): Office has detected a problem with this file. To help protect your computer this file cannot be opened. at Excel.Workbooks.Open" Few excels work without error,but few throw above error. Please suggest some answers. Thanks. read more