When do we need to register DLL.Net and COM-dll?

I do not understand when we need to register a DLL? I assume that we register DLL.net if it needs to be accessed from the COM DLL, and we register the dll COM library if it needs to be obtained from the DLL.net. It's right? Please correct me if I am wrong. Thanks in advance for any clarification.

+3
source share
1 answer

COM-dll must always be registered.

If DLL.Net provides a COM interface, it must be registered.

+3
source

All Articles