Insufficent Memory Error using Word Automation

K

KMSenthil

Hi,

I have installed Word 2003 SP3 in my machine and when I start processing
using word automation , I have getting this error message "There is
insufficient memory. Save the document now", But The system has extensive
hard
drive space and RAM, and the page file is set at maximum.

The acctual cause of the error occurs in the code as shown below

Word::Documents Docs = Appl.GetDocuments();
OurDoc = Docs.Open(m_SrcFileName, FALSE); <- Error occurs while opening
the le

Also I see this entry in event viewer as shown below

The description for Event ID ( 2001 ) in Source ( Microsoft Office 11 )
cannot be found. The local computer may not have the necessary registry
information or message DLL files to display messages from a remote computer.
You may be able to use the /AUXSOURCE= flag to retrieve this description; see
Help and Support for details. The following information is part of the event:
Microsoft Office Word, .

Please let me know how to resolve this issue

Thanks in Advance
Senthil
 

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