> If you're not using any third party objects, .dll hell is pretty much a > thing of the past with .NET. Big if. I have some stuff that still depends on COM Dlls. Long live DLL Hell (Thank Karl Peterson for that term BTW) I even saw a "Backwards" DLL recently - the .NET interface called it's COM interface inside, instead of the other way.