Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.53 KB

the-binary-compatibility-dll-or-exe-contains-an-implements-type-whose-definition.md

File metadata and controls

20 lines (13 loc) · 1.53 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
The binary compatibility DLL or EXE contains an Implements type whose definition cannot be found
vblr6.chm1040373
vblr6.chm1040373
4cace415-821b-d0d6-64ca-ccc4fe207f4a
06/08/2017
medium

The binary compatibility DLL or EXE contains an Implements type whose definition cannot be found

If you have a Binary Compatible server which implements an interface that is contained in another DLL, you must be careful when recompiling it. This warning has the following cause and solution:

  • The other DLL was recompiled as Project Compatible which changes the interface GUID. Since this is not a visible change, this can be an unexpected error. This can also occur if someone gives you a Project Compatible DLL to reference. Basically, this error occurs when a project's binary compatible DLL or EXE has a typelib with a broken reference. Broken references can occur when a referenced typelib is overwritten by another file (such as a re-compiled DLL/EXE), when you delete the typelib file, or when you move a referencing typelib over to a machine, but either don't move the referenced typelib or don't register the referenced typelib. One possible fix is to obtain a copy of the referenced typelib onto your machine and register it. You won't be able to use the old one because it was overwritten on recompile. Failing this, all that can be done is to stop using the DLL/EXE as your binary compatible version.

[!includeSupport and feedback]