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