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, “”, …...Document; DocumentBuilder builder = new DocumentBuilder(document);...(Run)runs[runs.Count - 1]; builder.MoveTo(runToReplace); if (ChangeToWhiteFont)...