HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I have been creating a proyect on Inventor 2014 and Excel 2010 (Windows 7) but my computer has broken so I buy a new one. On the new computer (Windows 10) I have installed Inventor 2018 and Excel 2010 but the iLogic function doesn´t work right. Below I post the error.
I created this rule to control the dimensions of a model:
iLogicForm.Show("Forma 1")
GoExcel.Open("Libro1.xls", "Hoja1")
Ancho=GoExcel.CellValue("Libro1.xls", "Hoja1", "B1")
Largo=GoExcel.CellValue("Libro1.xls", "Hoja1", "B2")
iLogicVb.UpdateWhenDone = True
When I ejecute it, an error appears:
Error en la regla: Dimensiones, en el documento: Pieza1.ipt
Biblioteca no registrada. (Excepción de HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
More information:
System.Runtime.InteropServices.COMException (0x8002801D): Biblioteca no registrada. (Excepción de HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
en Microsoft.Office.Core.LanguageSettings.get_LanguageID(MsoAppLanguageID Id)
en iLogic.GoExcel.ExcelAppGetLanguageID(Application app)
en iLogic.GoExcel.SetCurrentSheet(String fileName, String sheetName)
en iLogic.GoExcel.get_CellValue(String fileName, String sheetName, String cellAddress)
en LmiRuleScript.Main()
en Autodesk.iLogic.Exec.AppDomExec.ExecRuleInAssembly(Assembly assem)
en iLogic.RuleEvalContainer.ExecRuleEval(String execRule)
I hope you can help me.
THANKS!!