Matteo Cappelli dis.CAD
Guest
Hello everyone
I have the following problem:
the same ilogic rule, on a pc works perfectly, on the 2nd pc no!
This message appears:
system.runtime.interopservices.comexception (0x80040155): classe non registrata. (eccezione da hresult: 0x80040155)
in microsoft.office.interop.excel.applicationclass.get_languagesettings()
in ilogic.goexcel.excelappgetlanguageid(application app)
in ilogic.goexcel.setcurrentsheet(string filename, string sheetname)
in ilogic.goexcel.findrow(string filename, string sheetname, object[] sizeargs)
In lmirulescript. (PHP 4 = 4.1.0)
in lmirulescript.main ()
in autodesk.ilologic.exec.appdomoxec.execruleinassembly (assembly assem)
in ilogic.ruleevalconcier.execruleeval (string execrule)basically the command compares the codes of the .iam file with the excel sheet containing the graphics of the management
In this way, by reading the code-related line, it imports in the iproperties of 3d models the description and translation in the various languages.
I point out that, in the pc in which it does not work, there is installed visual studio 2017 (I don't know if the thing can affect)
Thank you!
I have the following problem:
the same ilogic rule, on a pc works perfectly, on the 2nd pc no!
This message appears:
system.runtime.interopservices.comexception (0x80040155): classe non registrata. (eccezione da hresult: 0x80040155)
in microsoft.office.interop.excel.applicationclass.get_languagesettings()
in ilogic.goexcel.excelappgetlanguageid(application app)
in ilogic.goexcel.setcurrentsheet(string filename, string sheetname)
in ilogic.goexcel.findrow(string filename, string sheetname, object[] sizeargs)
In lmirulescript. (PHP 4 = 4.1.0)
in lmirulescript.main ()
in autodesk.ilologic.exec.appdomoxec.execruleinassembly (assembly assem)
in ilogic.ruleevalconcier.execruleeval (string execrule)basically the command compares the codes of the .iam file with the excel sheet containing the graphics of the management
In this way, by reading the code-related line, it imports in the iproperties of 3d models the description and translation in the various languages.
I point out that, in the pc in which it does not work, there is installed visual studio 2017 (I don't know if the thing can affect)
Thank you!