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

Answer Posted / sabari

DLL Hell is nothing but overwriting the dll in the registery. If two application are installed on a single server, one installed First and the Second Installed Later and There is a dll with same name with different functionality used in both the applications, So in this case Application one works fine all the days until application two Installed on the machine. Once the Application two is installed containing the DLL with the same name as Application one Contains then In this case the application one Fails as the DLL from Application two overwites the DLL of Application one in the Registery. So Application two works fine where as Application one Fails as the DLL is missing.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List some of the important session state modes of asp.net.

489


How would you turn off cookies on one page of your website?

527


What do you mean by serialize and marshalbyref?

556


Why session management is required?

523


What is the full meaning of asp.net?

512






Can a .net web application consume java web service?

501


What are client activated objects?

538


how to elimainte the similar data from the different tables

1697


What is a multilingual website?

549


which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites

1662


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

507


Define session in asp.net.

549


What is runat?

600


What are sessions used for?

540


What is cookies cache and session?

532