- Unable to pass COM pointers across process boundaries
- Unable to pass COM pointers between programming languages
E_NOINTERFACEREGDB_E_IIDNOTREG- Probably more...
Open regedit.exe to check that the required registry entries are present:
- Ensure that the problematic COM interface is found on
HKCR\Interface\{INTERFACE-GUID} - Locate the associated TypeLib GUID in
HKCR\Interface\{INTERFACE-GUID}\TypeLib - Ensure that the TypeLib can be found on
HKCR\TypeLib\{TYPELIB-GUID} - Ensure that the TypeLib file specified in
HKCR\TypeLib\{TYPELIB-GUID}\<VERSION>\0\win64is present on the filesystem. - Open the IDL file used to generate the TypeLib and ensure that the problematic interface is either mentioned explicitly in the
libraryblock, or indirectly accessible through interface(s) mentioned in thelibraryblock.


