Resolve Indexing Error: Add-in BarcodeParser failed, ActiveX component cannot create object

Use this article when the legacy Synergize indexing barcode parser add-in is not working on a Windows 7 or Windows 10 machine and registering through RegAsm.exe is unsuccessful.

The system was unable to register a legacy Synergize Indexing add-in in Windows 7 or Windows 10.

Graphical user interface, application

Description automatically generated

  1. Open a command prompt as administrator.

  2. Use the following command to register the add-in using regsvr32.exe (set the path within the quotations (“ “) to the location of the add-in DLL).

    C:\Windows\System32>regsvr32.exe "<path_to_DLL>"

    Example: 

    C:\Windows\System32>regsvr32.exe "D:\winapps\Synergize Client\SynergizeIndexing\BarcodeParser.dll"

    Text

Description automatically generated