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.