Difference between "traditional" COM and COM+ (in Component Services)
- by kizzx2
By the "traditional" way I mean registering the DLL in registry.
There seems to be another method to set up it by going to mmc-Component Services-COM+ Applications and adding the .tlb file.
I have a COM library that supports both methods. When it installs, it registers itself in the registry as a COM component and it works fine. However, when I…