hi all,
I'm facing the following configuration: IE loads c++ activeX (LOADER application that loads c# COM ActiveX (EXECUTOR) that using reflection starts c# UI application (the main application) that uses some legacy c++ COM dlls.
I'm trying to avoid registration of these legacy c++ COM (I want to use manifest). But with no success.
If there is a way to specify manifest for the ActiveX with the "file" section that points to these dlls?
I tried to created manifest for IE with no success, putting Native.manifest in the directory where the legacy located, also - no success.
It seems that XBAP instead of loader and executor should solve the problem. But, any ideas how to solve the problem in the current architecture?
thanks