Having some problems with mail merge when using the ExecuteWithRegions method. Works fine with the 11.9.0 dll, but not with the 11.11.0 or newer.
I attached a simple xml datasource and a document to test this.
I create my datasource and merge the document like this:
dataSource.ReadXml(@"<span style=“font-family: Verdana, Helvetica; font-size: 13px; background-color: rgb(255, 255, 255);”>TemplateDataSource.xml");
asposeDocument.MailMerge.ExecuteWithRegions(dataSource);
Is this a bug in the newer versions of Aspose.Word?