How to resolve runtime error: Retrieving the COM class factory for component with CLSID [CLSID] failed due to the following error: 80040154 Class not

  • Thread starter Thread starter Priscillo Jr
  • Start date Start date
P

Priscillo Jr

Guest
I'm currently working on an old VS 2010 project recompiled to run on 64 bit machine. Its a windows service deployed via .msi installer. The windows service starts fine but when hitting the code that calls an 32 bit dll (interop.schur.dll) it crashes. The logs shows the error below:

Retrieving the COM class factory for component with CLSID {1EB14A4A-3035-4D53-895D-06A60B9E115C} failed due to the following error: 80040154 Class not registered

part of the deployment process is to call regsvr32 schur.dll.

Kindly help please. Thanks.

Continue reading...
 
Back
Top