Hi,
we are trying to replace tags with html text (which is a content control) but we get the following error:
‘The reference node is not a child of this node.’
the code we use is:
doc.Range.Replace(lookupString, “”, …...Length; // Select the next Run node. // Have...run in runs) { run.Font.Color = Color.White; } return ReplaceAction...