BUG: New Implements Does Not Generate Incompatibility Error (190492)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q190492 SYMPTOMS
If you remove a Public data member and add an Implements statement with the
same class name as the removed Public data member and with Binary
Compatibility set, Visual Basic does not generate a compatibility error as
expected.
Existing client applications using the data member may generate a fatal
error (GPF) with the new compatible server.
RESOLUTION
If you comment out Public data members, ensure you are not using the same
identifier name in an Implements statement.
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.
Modification Type: | Major | Last Reviewed: | 5/13/2003 |
---|
Keywords: | kbbug KB190492 |
---|
|