Hi,
I’m getting:
XML Parsing Error: not well-formed
Location: http://localhost/aspose.word.demos.visualbasic/Viewer.aspx?demoName=DinnerInvitation&outputFormat=DOC
Line Number 1, Column 1:
When I try to open an Aspose generated file. Response.End() isn’t doing the trick.
I ran an http trace on the output and I think the problem is the content type is coming out as:
application\msword
and it really should be:
application/msword
Can someone please confirm this and lemme know if there are any workarounds aside from generating the file and saving it on server and the redirecting to that file (which works).
Thanks!
Shawn