GroupDocs.Compare result is working incorrectly

881 Views Asked by At

Comparison.Compare process Continues without error. Errors count (1) writes in (ICompareResult)compareResult. I think the error is caused by the license or products. The same process is working properly when I do on a single page. The second file given for comparison in the complex project returns as a result.

single page project compareResult return Comparison of source Path to targetPath complex project compareResult return target Path

the used products:

GroupDocs.Viewer => **18.8.0.0**
GroupDocs.Comparison => **18.7.1.0**
<!-- language: c# -->
GroupDocs.Comparison.Common.ICompareResult compareResult = null;
GroupDocs.Comparison.Comparer comparer = new 
GroupDocs.Comparison.Comparer();
compareResult = comparer.Compare(sourcePath, targetPath, 
objComparisonSettings);
2

There are 2 best solutions below

0
On BEST ANSWER

I reduced the level of comparison

6
On

I think the error is caused by the license or products

Please note that if you are evaluating the API in trial mode (without applying the license) you may face limitations. Documents with more than 3 pages are not supported in trial mode.

However, you can request a temporary license here. Follow the wizard and on step 5 you can avail it.