Error Not expected other boolex values here

Hello,


I have an error Not expected other boolex
values here.
when i try to save a document using aspose.words.

I attached the document that causes the issue.

static void Main(string[] args)
{
string file = “MQS_SI_20160406-182326.607#040.doc”;
Document doc = null;

using (MemoryStream str = new MemoryStream(File.ReadAllBytes(file)))
{
doc = new Document(str);
}

doc.Save(DateTime.Now.ToString(“HHmmSS”) + “.doc”);
}

Thank you.
Hi Tarik,

Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 16.2.0, we managed to reproduce this issue on our end. We have logged this issue in our bug tracking system. The ID of this issue is WORDSNET-13383. Your request has also been linked to the appropriate issue and you will be notified as soon as it is resolved. Sorry for the inconvenience.

Best regards,

The issues you have found earlier (filed as WORDSNET-13383) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.