03-25-2013, 04:47 PM
I know 3 ways of registering .NET COM objects.
1. regasm.exe. It puts information in registry, and optionally creates tlb file. It worked for me, don't know why file not found.
2. Manifests in dll and in exe. I tested but don't like it.
3. Manifest in dll, and COM activation API used in macro. It was my choice. In QM 2.3.5.1 added class __ComActivator and function __ComActivator_CreateManifest.
QM 2.3.5
1. regasm.exe. It puts information in registry, and optionally creates tlb file. It worked for me, don't know why file not found.
2. Manifests in dll and in exe. I tested but don't like it.
3. Manifest in dll, and COM activation API used in macro. It was my choice. In QM 2.3.5.1 added class __ComActivator and function __ComActivator_CreateManifest.
QM 2.3.5