Sign XML Delphi "Class not registered"

1

I'm trying to sign a XML with Delphi , TAG Signature . For this I am using ready-made routines that all of these have one thing in common.

**xmlDoc := CoDOMDocument50.Create;**

During the execution of the Windows error "Class not registered". Querying I found that it depends on MSXML5 .

On the Microsoft website, the installation of MSXML4 is complete and appears installed in Control Panel, however if you install version 5 or 6, the DLLs are created, but the control panel still shows version 4 installed. Giving that is not a complete installation. I already removed version 4 I tried to install direct to 5 and 6. Different installers the error persists.

Apparently all that is missing is for me to finish my work.

Thank you.

    
asked by anonymous 01.06.2017 / 16:27

1 answer

0

I resolved by downloading the DLL from another site and registering again. It appears in Delphi to use in the "Import Type Library" that did not appear before. Thank you.

    
07.06.2017 / 15:28