Error while reading Word-Document

When i try to open some Documents with the following Code:

public ActionResult ImportWordExcelForm(HttpPostedFileBase file)
{
Aspose.Words.Document document = new Aspose.Words.Document(file.InputStream);
}

The following error is displayed:
image.png (8.6 KB)

The Documents are in the Zip-File: “Word Dokument Errors.zip”
Word Document Errors.zip (180.5 KB)

@danielbrunner

We have tested the scenario using the latest version of Aspose.Words for .NET 20.10 and have not found the shared issue. So, please use Aspose.Words for .NET 20.10.