I'm trying to call an application outside my application and when I call this app I get the following error.
Retrieving the COM class factory for component with CLSID {7BB8A242-8662-40D0-A0E0-D796BF2162E7} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) .
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {7BB8A242-8662-40D0-A0E0-D796BF2162E7} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
I have already changed the project platform to x86, and I have made the registration of libraries via regsvr32 and if this information can help answer my operating system is 64bit.