Hi Bill,
We are using adTempus 3.0 and I was trying for API Installation and Deployment
I was successfully able to register the adTempus DLL by executing the command "regsvr32 adtempus.dll"
I am able to see that registered file(or class) in the Registry Editor as well in the below mentioned path "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2D96BFC0-6A9E-47F3-B9B6-046AB5A07FFA}.
But when run the application , I get the following error while creating a new Application instance
"System.Runtime.InteropServices.COMException: 'Retrieving the COM class factory for component with CLSID {2D96BFC0-6A9E-47F3-B9B6-046AB5A07FFA} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))."
I am using Visual studio 2017 and have written the code in C#. I have attached the same for the reference.
Could you please help me with the issue