BUG: IPF When Replacing Class Module with UserControl
ID: Q191083
|
The information in this article applies to:
-
Microsoft Visual Basic Learning, Professional, and Enterprise Editions for Windows, version 6.0
SYMPTOMS
When replacing a Class module with a UserControl in an ActiveX Control
project that has Binary Compatibility set, an Invalid Page Fault (IPF) in
module VBA6.dll will occur.
STATUS
Microsoft 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 Behavior
- Start a new ActiveX Control project in Visual Basic.
- From the Project menu, click Add Class Module. Class1 is created.
- Paste the following code into Class1:
Public a As Class1
- From the File menu, click Make Project1.ocx to compile the project.
- Select Project1 Properties from the Project menu. From the Component tab
choose Binary Compatibility.
- Remove Class1.
- Select Add User Control from the Project menu to create a new
UserControl. UserControl2 is created.
- Rename UserControl2 to Class1.
- Paste the following code into Class1:
Public a As Class1
- Compile as Project2.ocx.
The following error occurs:
VB caused an Invalid Page Fault in module VBA6.dll
Additional query words:
Keywords : kbide kbVBp600bug kbGrpVB
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbbug