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

Answer Posted / srinivas.t

windows applications use some shared DLLs. suppose
application1 is using the shared dell(named as Mydll.dll
which is installed when the application1 installed in to
the system), consider we need another applications called
application2 it is also having a shared dll(named as
Mydll.dll)and this application2 mydll.dll will repalce the
application1 MYdll.dll.

but the implementation of mydll.dll may be different in the
two applications. so that dll is not work properly. this is
called the DLL HEll.

.net gave a solution to this problem by giving the strong
name to the shred assemblies and it allows the side by side
execution.

go with this link for more details
http://msdn.microsoft.com/en-us/library/ms973843.aspx

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you change the session time-out value?

576


What is in a session cookie?

532


What does mean by a neutral culture?

594


Difference between using directive vs using statement?

508


What is the difference between union and join?

562






Do I need to have the latest version of windows media player installed?

510


How long should a session id be?

520


Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

619


What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

537


What are the Types of authentications in IIS

593


Where sessions are stored in asp.net?

532


What is ispostback method in asp.net? Why do we use that?

568


What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

510


What is syntax code to send email from an asp.net application?

526


What is http post action?

537