Hello Aspose team
simple code to reproduce the issue :
License lic = new License();
lic.SetLicense(@"C:\mypath\Aspose.Total.lic");
Document doc = new Document(@"C:\mypath\SUB-FORPRO_FOREM_conv_OF.dot");
DataSet ds = new DataSet();
ds.ReadXml(@"C:\mypath\N03-Work.SupportServeur.xml");
doc.MailMerge.Execute(ds.Tables[0]);
doc.UpdateFields();
template and data file are in attachment
An InvalidOperationException is thrown on “doc.UpdateFields();” with the message " the stack is full"
I 'm using Aspose.Words 10.4.0
Is there any workaround by modifying the template ? my customers can 't wait a future release
Thanks