Document locks up Words while getting page count

Using the latest version Aspose.Words .Net, this document locks up inside PageCount


using(FileStream fs = new FileStream(this.documentPath, FileMode.Open, FileAccess.Read, FileShare.Read))
{
if (fs.CanRead)
{
MemoryStream ms = new MemoryStream();
fs.CopyTo(ms);
this.wordsDocument = new Aspose.Words.Document(ms);
int pageCount = wordsDocument.PageCount;
}
}



Hi Kent,


Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 15.1.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The ID of this issue is WORDSNET-11528. 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-11528) have been fixed in this .NET update and this Java update.


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

Confirmed fix in 15.3.0.

Thanks

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


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