My custom Interface IID_ABCIINTERFACE aggregate on KAppBoss .
when I do this
IApplication* iApplication = GetExecutionContextSession()->QueryApplication();
if (!iApplication) {
returnfalse;
}
InterfacePtr<IQPPDPAssetCacheManager> iQPSAssetCacheManager(iApplication, UseDefaultIID());
InterfacePtr<ABCInterface> abcInterface()