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 ...

Get Visual Basic® 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.