المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Escape DLL Hell: Simplify App Deployment with ClickOnce and Registration-Free COM



C++ Programming
03-29-2009, 02:42 AM
DLL Hell that results from versioning conflicts is generally not a problem in .NET because components do not require registration, and are either totally isolated to an application or are managed in a well-defined side-by-side way with the help of the Global Assembly Cache. But if you're still using COM, wouldn't it be great if you could deploy your existing COM components using a model similar to the .NET Framework? In Windows XP, you can, and this article explains how.

Dave Templin

<a href="http://msdn.microsoft.com/magazine/f3da1dda-8285-423b-af68-b9461140ef44">MSDN Magazine April 2005