There is insufficient memory. Save the document now.

L

Lawrence

I am getting "the insufficient memory error" from times to times when opening
a word document through the provided COM object ("Word.Application"). This
problem usually occurred after quitting and reopening the word application
through the COM object ("Word.Application"). The application we have coded
would actually called the following method multiple times:
1) New word.application("Word.application")
2) document.open ("Word.document")
3) document.print ("Word.document")
4) document.close ("Word.document")
4) application.quit ("Word.application")

I am using Word 2000 with (SP3) and have already tested the following
suggestion:
- Replacing riched20.dll
- Removing fonts
- Locking and removing the normal.dot
- Increasing the Page Size

Currently there should be plenty of memory in the machine (1.5G) and plenty
of hard disk space (greater than 10G). And there are not many applications
running when Word promote such error.

I have viewed the available memory and pages/second statistic through the
performance monitor. The following are some initial observations.
- There are plenty of available memory when the error is promote
- The pages/second would dramatically increase before such error is promote

Any suggestion would be highly appreciated. Thanks!
 

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