Groupdocs.comparision exception when compare word file contain table

We are using Groupdocs.comparision version 20.10 to compare 2 word files with following options:
var compareOptionsDelete = new CompareOptions()
{
ShowDeletedContent = true,
ShowInsertedContent = false,
GenerateSummaryPage = false,
DetectStyleChanges = false,
MarkNestedContent = true,
};
Or
{
ShowDeletedContent = false,
ShowInsertedContent = true,
GenerateSummaryPage = false,
DetectStyleChanges = false,
DeletedItemStyle = new StyleSettings
{
FontColor = System.Drawing.Color.Blue
},
MarkNestedContent = true,
};

Unexpectedly, Groupdocs always cause the following exception:

image.png (14.0 KB)

I attached full data test and demo source code at:
https://drive.google.com/file/d/14cZeggYLESGMnYvtWv2zm6vFg5_CrmVN/view?usp=sharing
Please help
Thank you,

1 Like

@chinhpn

This issue is reproduced at our end. Hence, it has been logged in our internal issue tracking system with ID COMPARISONNET-2533. You’ll be notified as there’s any update.

Thank you for supporting us. It would be great if I know the schedule for fixing the ticket because it blocks our development plan very much

1 Like

@chinhpn

This issue is still under investigation. However, the ETA of fix is by December 2020 end. We’ll notify you as release gets onboard.

@Atir_Tahir.
I see the ticket marked resolved. Please tell me the version of groupdocs comparision resolve my issue?
I tested newest version 20.11.0 but the issue is still unresolved.

@chinhpn

This issue is resolved in version 20.12. As the release gets on-board, you’ll be notified.

1 Like