ilogic and excel

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have and ilogic rule that reads an excel file. On one machine with an external hard drive, file path ("E:\xxx") there is no problem. On another machine reading from the server, file path ("E:\xxx") I get the following error:
System.Runtime.InteropServices.COMException (0x80030002): could not be found. (Exception from HRESULT: 0x80030002 (STG_E_FILENOTFOUND))
at Microsoft.Office.Interop.Excel.ApplicationClass.get_LanguageSettings()
at iLogic.GoExcel.ExcelAppGetLanguageID(Application app)
at iLogic.GoExcel.SetCurrentSheet(String fileName, String sheetName)
at iLogic.GoExcel.FindRow(String fileName, String sheetName, Object[] sizeArgs)
at LmiRuleScript.Main()
at Autodesk.iLogic.Exec.AppDomExec.ExecRuleInAssembly(Assembly assem)
at iLogic.RuleEvalContainer.ExecRuleEval(String execRule)
Can someone explain why?