I just got assigned to a new website that uses some COM for backend processing.
When I run the code locally on my PC, I get the following error when the code hits the point to instantiate one of the COM objects: “Retrieving the COM class factory for component with CLSID {6D7165D5-7BC5-46CF-A1DC-69CDAE4B81BE} failed due to the following error: 80040154.”
Any suggestions?
The DLL registers fine. I tried opening up the permissions on my PC but that didn't help. I'm a junior programmer and I don't know much about COM.
When I run the code locally on my PC, I get the following error when the code hits the point to instantiate one of the COM objects: “Retrieving the COM class factory for component with CLSID {6D7165D5-7BC5-46CF-A1DC-69CDAE4B81BE} failed due to the following error: 80040154.”
Any suggestions?
The DLL registers fine. I tried opening up the permissions on my PC but that didn't help. I'm a junior programmer and I don't know much about COM.