BUG: Access Violation with Public Enums in UserControlLast reviewed: December 5, 1997Article ID: Q177703 |
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.
CAUSEThis 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. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce BehaviorNOTE: To reproduce the problem, you must have Visual Studio 97 Service Pack 2 installed.
|
Additional query words: IPF GPF crash
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |