Document crashes Word

If I load the attached document in Aspose, using the following code, when I open the resulting document in Word, if I go to “Save as”, Word crashes. Could you please examine.

Document doc = new Document(theTemplateFile);
string newTemplate = “new.doc”;
doc.Save(newTemplate);
File.Delete(theTemplateFile);

I am using Aspose.Words.dll 9.4.1.0.

Thanks.
Steve

Hi Steve,

Thanks for your inquiry.

I managed to reproduce the issue on my side. Your request has been linked to the appropriate issue. You will be informed as soon as it's resolved.

In the mean time I suggest to recreate your template again and the issue should dissappear.

Thanks,

The issues you have found earlier (filed as WORDSNET-4313) have been fixed in this .NET update and in this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.