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

What is csrf attack in asp.net?

524


What's the use of response.output.write()?

768


How you can manage the state of application at the server side in ASP.NET?

582


Explain the difference between page.registerclientscriptblock and page.registerstartupscript?

577


What are the layouts of ASP.NET Pages?

621






Does web services support data reader like pom project?

534


What is the difference between server-side scripting and client-side scripting?

554


What are the events in a page life cycle?

539


Explain managed code an un-managed code.

601


What is AutoEventWireup attribute for ?

606


When Cookies are expired in ASP.NET?

579


What is the difference between client-side and server-side validations in ASP.NET?

667


What is xaml? Are xaml file compiled or built on runtime?

527


What is the purpose of master page?

523


How you will manage the state of ASP.NET controls?

574