We ran across this while testing today - running the following code with the attached document results in a "Object reference not set to an instance of an object." error:
protected static void TestFieldsCrash()
{
try
{
var doc = new Document("Updating_Fields.docx");
doc.UpdateFields();
}
catch (Exception ex)
{
Console.WriteLine(ex.Message);
throw;
}
}
The issues you have found earlier (filed as WORDSNET-9934) have been fixed in this .NET update and this Java update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.