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

Answer Posted / kureshi salman

DLL HELL refers to the set of problems caused when multiple
application attempt to share a common component like DLL.In
VB6 there are many DLL,Hence the programmer confused which
DLL he wants to update this situation made a s/w or product
failure.


You can avoid this problem in .net using a s/w recompiling
due to recompiling the program ,a DLL is automatically
updated.If the s/w is deployed on a machine,then You can
avoid this problem in .net using a s/w reinstalling the
program a DLL is automatically updated.

Is This Answer Correct ?    3 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to comment out asp.net tags?

627


Explain what is clr?

624


What is preprocessor in .net? Where it use?

527


Define the types of configuration files.

530


What is use of Master Page in ASP.NET web pages?

621






What is caching? What are different ways of caching in asp.net?

660


How to turn off cookies for a page?

574


What is the usie of activex control in .net?

551


Why session is necessary in web application?

509


Explain culture and uiculture values.

536


What is a runtime version?

526


Out of ASP or ASP.NET which one is stateless?

676


What is bound controls

583


What are the new navigation controls in asp.net 2.0?

536


To redirect the user to another page which method do we use without performing a round trip to the client?

530