The Dll Hell Problem
One of the biggest problems of the COM programming model is the Dll hell. Basically COM components (such as ActiveX controls or type libraries) need to be registered so that the system knows where to find them even if they are not available in the application directory. The problem is when you have different versions of the component installed on the same machine. Registration can be painful, and there are often a lot of problems in making an application recognize the correct version of the component. In many cases an application will not work correctly. This is the reason why the situation is called Dll hell. The .NET Framework, since version 1.0, provides a brilliant way to solve this big problem by introducing assemblies ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access