For most reports that I load using the Aspose.Words.dll, I don’t have any problems. The last couple of days, I have been running into a problem with loading a specific report and can’t figure out why, but I get an error indicating the document is corrupt. I can open the report using word w/o issue. Below is the code that I use. The last line is where the error occurs.
oLic = New Aspose.Words.License
oLic.SetLicense("C:\Projects\SMA v2010\SMA_vs2010\Aspose.Words.lic")
'Open the template document
oDoc = New Aspose.Words.Document(szFile)
I have attached the word document that I am having a problem with. The version of your product I am using is 2008.05.15. Can you please let me know either how the document can be fixed or if there is something I can change in code.
Thank you
Dave