Good day, dear ones:
What libraries or resources do I need to properly operate a .NET application that uses Office Interop in a Windows Server 2016 ?
The error that does not allow me to continue is:
The COM class generator could not be recovered for the component with CLSID {000209FF-0000-0000-C000-000000000046} due to the following Error: 80080005 Error in server execution (Exception of HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE)).
It is worth mentioning that the same version of Office was installed as in my development environment, in which the application operates without any problem. I was checking in some forums the issue of the registry of DLL's which I already completed, as well as the permissions of the IIS user to execute the COM service.
Thanks in advance.