Hi Aspose team,
when I try to open attached document (1.mpp) my test application is crashing.This is strange as I can open this document in Project 2013.
Code is simple:
Try
Dim doc As Project = New Project("1.mpp")
doc = Nothing
Catch ex As Exception
MsgBox(ex.Message)
End Try
Can you have a look?
Thanks,
Oliver