Error HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)

Hi, I’m trying to do a simple dyn, but i’m having problems with the results.
It shows me that error, the excel file doesn’t even open (images) and the others parameters is going well in the steps before the Excel Write To File.

thanks

It seems that Excel.WriteToFile node fails at calling Office Interop assemblies which are a way to communicate for third party applications with Excel. See this:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/ac50fa41-8d47-4fa9-81a3-914f262676af/0x80029c4a-typeecantloadlibrary?forum=vsto

Try running this:

As I can’t edit previous post and people seem to still visit the link.
You need to update CLSID manually:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/08f13e9d-895c-4102-b6d9-e327af8cf8c0/0x80029c4a-typeecantloadlibrary?forum=vsto
or simply reinstall Office.

1 Like