Hello,
we have a document that causes Document.UpdateFields() to hang. The method does not return.
var document = new Document("Test.docx");
document.UpdateFields();
The document is 11 pages long. I can not attach the document because it is confidential.
I tested various Aspose.Words versions: The bug seems to be introduced in version 20.11.0 and is also present in version 21.5.0. The hang does not occur in version 20.10.0.
Matthias