When comparing limits of revisions are lost

Hi,
I compare two documents.

Document Doc1 = new Document(firstFileName);
Document Doc2 = new Document(fileName);

Doc1.Compare(Doc2, "author", DateTime.Now);

for (int index = 0; index <
Doc1.Revisions.Count; index++)
{
    switch
    (Doc1.Revisions[index].RevisionType)
    {
        case RevisionType.Insertion:

            revisionAccept.Add(Doc1.Revisions[index]);
            break;
        case RevisionType.Deletion:

            revisionReject.Add(Doc1.Revisions[index]);
            break;
    }
}
foreach (Revision revision in revisionReject)
    revision.Reject();
foreach (Revision revision in revisionAccept)
    revision.Accept();

Doc1.Save(tempFileName);

After comparing limits of revisions are lost. Also the comment of the second user (Peter) is lost. What not so I do?

It is my mistake or defect of aspose?

Hi there,

Thanks for your inquiry. Could you please attach your input Word documents here for testing? We will investigate the issue on our side and provide you more information.

Hi there,

Thanks for sharing the documents. We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-15320. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-15320) have been fixed in this Aspose.Words for .NET 21.9 update.