Word document failed processing

Hi, We’re getting error while trying to process this document. Attached is the document. We get an error while calling this method ->
Aspose.Document.UpdateFields();

eDoc_2023-22249_eDocFile_4071364_Daily_Issue_Daily_Issue_4071913.docx (15.6 KB)

@vasudevan The problem is not reproducible using the latest 23.10 version of Aspose.Words. I have used the following simple code for testing:

Document doc = new Document(@"C:\Temp\in.docx");
doc.UpdateFields();

Please try using the latest version of Aspose.Words and let us know if the problem still persist.

Thank you for the quick response. Could you please try executing the below code? you should then be able to replicate. I was able to replicate this using Aspose 23.10 as well.

document.UpdatePageLayout();
document.UpdateFields();

@vasudevan Thank you for additional information.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-26034

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Hi, do we have a fix for this issue yet? or a new release with the fix?

@vasudevan The issue is already resolved in the current codebase. The fix will be included into the next 23.12 version of Aspose.Words. We will be sure to let you know once it is released (in a couple of weeks).

The issues you have found earlier (filed as WORDSNET-26034) have been fixed in this Aspose.Words for .NET 23.12 update also available on NuGet.