This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Out of memory (Error 7)
More memory was required than is available, or a 64K segment boundary was encountered. This error has the following causes and solutions:
- You have too many applications, documents, or source files open.
Close any unnecessary applications, documents, or source files that are open.
- You have a or that's too large.
Break large modules or procedures into smaller ones. This doesn't save memory, but it can prevent hitting 64K segment boundaries.
- You have terminate-and-stay-resident programs running.
Eliminate terminate-and-stay-resident programs.
- You have many device drivers loaded.
Eliminate unnecessary device drivers.
- You have run out of space for Public .
Reduce the number of Public variables.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).