Article ID: 262878 - Last Review: August 7, 2007 - Revision: 1.2 FIX: Fatal Exception with Large Number of Variables or ObjectsThis article was previously published under Q262878 On This PageSYMPTOMS
When a large application written with Visual FoxPro is running, one of the following error messages may appear:
Alias is not found
-or-
Class "name" is not found
-or-
Object "name" is not found
-or-
Property "name" is not found
-or-
Variable "variable" is not found CAUSE
This behavior may occur following any Visual FoxPro command after 32767 entries have been made into the Visual FoxPro name table.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. This bug was corrected in the next service pack for Visual Studio 6.0. For additional information about Visual Studio service packs, click the following article numbers to view the articles in the Microsoft Knowledge Base: 194022
(http://support.microsoft.com/kb/194022/EN-US/
)
INFO: Visual Studio 6.0 Service Packs, What, Where, Why To download the latest Visual Studio service pack, visit the following Microsoft Web site:194295 (http://support.microsoft.com/kb/194295/EN-US/ ) HOWTO: Tell That a Visual Studio Service Pack Is Installed http://msdn2.microsoft.com/en-us/vstudio/Aa718353.aspx
(http://msdn2.microsoft.com/en-us/vstudio/Aa718353.aspx)
MORE INFORMATION
Visual FoxPro stores references to variables, objects (such as forms, classes, tables, and so forth), object properties, and references to child objects (such as text boxes, command buttons, OLE controls, and so forth) internally in a name table. When the name table contains more than 32767 entries, the behavior mentioned in the "Symptoms" section may occur. The fatal exception error has been found to occur under the following circumstances:
Steps to Reproduce Behavior
| Article Translations
|

Back to the top
