sai
How is the DLL Hell problem solved in .NET?
By sai in ASP.NET on Dec 05 2006
  • Rakesh Kalange
    Dec, 2006 7

    In .Net your dll files are need not to be registered in windows registries as that of older dlls. All your referred dll's are stored in assemblies and are referred locally by the applications thus does not overrides the older dll registry entries.

    • 0
  • Dec, 2006 5

    Assembly versioning allows the application to specify not only the library it needs to run (which was available under Win32), but also the version of the assembly

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS