what is DLL Hell and how it is solved in .NET?

Answer Posted / kamlakar singh

DLL Hell refers to the set of problems caused when multiple applications attempt to share a common component like a dynamic-link library (DLL) or a Component Object Model (COM) class. In the most typical case, one application will install a new version of the shared component that is not backward compatible with the version already on the machine. Although the application that has just been installed works fine, existing applications that depended on a previous version of the shared component might no longer work. In some cases, the cause of the problem is even more subtle.
full implementation of dll hell problem go here :
http://www.mindstick.com/blog/507/DLL%20HELL%20Problem%20in%20Net

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where would you use an ihttpmodule, and what are the limitations of any?

555


What’s the difference between asp.net web forms and asp.net mvc?

553


What is asp.net ajax?

557


Fetch one page value to another page without using state-managment ?

535


How many types of cache are there?

537






How ViewstateMac works?

2366


Explain the role of global.asax?

555


What is distributed system in asp.net?

545


How to create discussion forum in asp.net mvc? : Asp.Net MVC

533


By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

972


Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc

536


What is aspect-oriented programming?

549


What is the difference between rest and restful?

540


Explain the difference between an exe and a dll?

533


Why mvc is faster than asp.net? : Asp.Net MVC

532