Hi,
we get an ArgumentException was unhandled error when comparing two documents:
An unhandled exception of type ‘System.ArgumentException’ occurred in Aspose.Words.dll
Additional information: The reference node is not a child of this node.
Example code:
var lic = new License();
lic.SetLicense(@"S:\Aspose.Total.lic");
var docOld = new Document(@"S:\projekt cs\ims\src\Testing\DocExportTest\word\customerdocs\IMS-6781_DOC_COMPARE_REV_OLD.docx");
var docNew = new Document(@"S:\projekt cs\ims\src\Testing\DocExportTest\word\customerdocs\IMS-6781_DOC_COMPARE_REV_NEW.docx");
docOld.Compare(docNew, "author", DateTime.UtcNow);
Files are attached.
Kind Regards,
Daniel
files.zip (1.4 MB)