BUG: No Incompatibility Error When Interface Changes (190507)
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 Q190507 SYMPTOMS
If an ActiveX DLL project has a subroutine that takes a class in another
ActiveX DLL as its parameter, modifying the class will not generate an
incompatibility error when the project runs in the design environment, even
though the class is set to be binary compatible.
CAUSE
While compiling a project that references an ActiveX DLL that has been
modified, Visual Basic will replace the reference to the old DLL with the
one to the new DLL. After that, it compiles the project and replaces the
reference back to the old DLL. However, while running the project in design
environment, this reference replacement does not occur since no compilation
is done. Therefore the expected incompatibility error only occurs in
compilation but not in the design environment.
RESOLUTION
Compiling the DLL corrects this behavior.
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 KB190507 |
---|
|