Issue 686: Remove EX_repositoryID readonly property from IForeignException (comcorba-rtf) Source: (, ) Nature: Uncategorized Severity: Summary: Summary: This property should be removed because the INSTANCE_repositoryId property in IForeignComplexType provides this functionality Resolution: Revised Text: Actions taken: August 25, 1997: received issue Discussion: End of Annotations:===== David Frankel, Genesis Development Corporation 7 3/18/96-The EX_repositoryID readonly property should be removed from IForeignException because the INSTANCE_repositoryId property in IForeginComplexType prvoides this functionality. Furthermore, the name 'INSTANCE_repositoryId' should be changed to 'TYPE_repositoryId' 3/24/96-When the dual interface form of a mapped or standard interface is implemented, the object exposing the dual interface should not only respond to a QueryInterface for DI but should also respond to QueryInterface for the D form, which is a straight dispatch interface. This would be valid, since a dual derives from IDispatch. Thus, software which is not dual-aware can still interoperate with the dual-aware implementation.