I have downloaded the most recent version of Aspose.Words (13.1) and received a evaluation license from the sales department.
I have been evaluating Aspose.Words for use with an ASP.NET
web site.
But I an having a problem when saving a document as a .docx file using the HTTP Response version of the Document.Save() method.
To reproduce, I created a brand new Word document using Word 2010 and type in one sentence then saved as a .docx file.
I created a brand new ASP.Net
website project using Visual Studio 2010.
I added the Aspose.Words DLL file and my evaluation license file to the website’s bin folder.
I added a reference to the DLL to my website project.
In the Application_Start method I applied my license file.
I used the default.aspx page that is included in the new website project and wrote some sample code that reproduces the error.
The error only seems to occur when using the HTTP Response version of the Save() method to save the document as a .docx file type.
The other Save() versions and other document types work correctly.
Attached to this post is a zip file containing the website project and the .docx file I used.
Also in the zip file are the results of the different .docx. files that were saved with Aspose.Words using the different save methods and screen shots of Word 2010 when attempting to open the problem documents.
When I say Yes for Word to recover the document it does open correctly at that point.
I am not sure if this is an bug with Aspose.Words or a result of me using a evaluation license.
Please let me know if there is anything else I can provide to help figure out what the problem might be.
Thank you Dave P.