G
Grace
I wrote Word Automation in ASP.NET before, and it could run.
It uses Interop.Word.dll file in bin directory.
But this year, Microsoft provides Word update and Office update.
If I install these Word 2003 updates or Office 2003 updates(Office 2003 SP3),
the ASP.NET webpage can't create the word 2003 document.
It displays the following error message:
System.Runtime.InteropServices.COMException (0x800A13E9): 記憶體ä¸è¶³ã€‚ç«‹å³å„²å˜æ–‡ä»¶ã€‚ at
Word.Documents.Add(Object& Template, Object& NewTemplate, Object&
DocumentType, Object& Visible) at XXX...
(記憶體ä¸è¶³ã€‚ç«‹å³å„²å˜æ–‡ä»¶ã€‚: There is insufficient memory. Save the document now.)
If I remove these Word 2003 updates or Office 2003 updates(Office 2003 SP3),
the ASP.NET webpage can create the word 2003 document again.
I don't know how to solve this problem.
If you know how to solve it or any suggestions, please tell me.
Thank You!
It uses Interop.Word.dll file in bin directory.
But this year, Microsoft provides Word update and Office update.
If I install these Word 2003 updates or Office 2003 updates(Office 2003 SP3),
the ASP.NET webpage can't create the word 2003 document.
It displays the following error message:
System.Runtime.InteropServices.COMException (0x800A13E9): 記憶體ä¸è¶³ã€‚ç«‹å³å„²å˜æ–‡ä»¶ã€‚ at
Word.Documents.Add(Object& Template, Object& NewTemplate, Object&
DocumentType, Object& Visible) at XXX...
(記憶體ä¸è¶³ã€‚ç«‹å³å„²å˜æ–‡ä»¶ã€‚: There is insufficient memory. Save the document now.)
If I remove these Word 2003 updates or Office 2003 updates(Office 2003 SP3),
the ASP.NET webpage can create the word 2003 document again.
I don't know how to solve this problem.
If you know how to solve it or any suggestions, please tell me.
Thank You!