The information in this article applies to:
SYMPTOMSWhen exiting a Visual Basic 5.0 ActiveX Control project in the design environment, an Access Violation error occurs and Visual Basic is terminated. CAUSE
This problem can occur when declaring Public Enum in the UserControl module
when running Visual Studio 97 Service Pack 2 (SP2.)
RESOLUTIONMove the Public Enums to a standard (.bas) module instead of the UserControl module. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug has been fixed in Visual Basic 6.0. MORE INFORMATIONSteps to Reproduce BehaviorNOTE: To reproduce the problem, you must have Visual Studio 97 Service Pack 2 installed.
Additional query words:
IPF GPF crash kbVS97SP2 kbVBp500bug kbVBp kbDSupport kbdsd
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |