Aspose.Words throws NotImplementedException when scanning for hyperlinks

We use Aspose.Words for .Net to scan if certain word documents contain hyperlinks.
However when trying to open the attached word document we receive a NotImplementedException???
Why would you release undeveloped/unimplemented methods in your product?
The code we use to test this is the following:

Dim objAsposeWordDocument As New Document 
Try
    objAsposeWordDocument = New Document("D:\Temp\testdocument.doc")
Catch ex As Exception
    MsgBox(ex.ToString)
End Try

Hi

Thank you for reporting this problem to us. I managed to reproduce it on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
Best regards.

The issues you have found earlier (filed as 12028) have been fixed in this update.

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