Don't create Word Doc By Word Updates

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!
 
G

Grace

Hello Andrei Smolin,

I translates it below:
There is insufficient memory. Save the document now.

Thank You.
Grace
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top