OutOfRangeException on UpdateFields

Hi Aspose Team,
my customers get an OutOfRangeException on Document.updateFields with the document in attachment.

License lic = new License();
lic.SetLicense(@"MYPATH\Aspose.Total.lic");
Document doc = new Document(@"MYPATH\test.doc");
doc.UpdateFields();

could you please tell me what is wrong with this document? I have to find quickly a workaround.
Thanks !

Hello
Thanks for your request. I cannot reproduce the problem on my side using the latest version of Aspose.Words (10.1.0) for testing.
You can download the latest version from here:
https://releases.aspose.com/words/net
Best regards,

Ok, thank you I’ll install this version