We use Aspose.Words to convert word files to pdf format. In this process we also use the UpdateFields command.
Document doc = new Document(filepath)
doc.Document.Range.UpdateFields();
For some files this code hangs and with it the entire web server. So this issue is very important to use!!!
This works for the version Aspose.Words 10.1.0.0 but not in version Aspose.Words 10.1.1.0 and later up til Aspose.Words 10.8.0.0. (haven't tested them all though)
The attached files are in doc format but the problem is the same in docx. One file that works and one that doesn't.
And again, our customers web server stops working right now so Please make this a priorty issue.