What is a DLL Hell Problem in .Net?

Answer Posted / nitesh dwivedi

Windows registry cannot maintain multiple versions of the
same library because of this when it comes to deployment.
Old version is trying to override new version clash will
take place. This will terminates installation process. This
problem is called as DLL HELL. When it comes to deployment
higher version can override lower version in the window
registry. All these drawbacks has been overcome in .net by
introducing Assembly concept.

Is This Answer Correct ?    17 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of using session?

517


How you will improve web application performance?

636


What are the parts of an http response?

589


What is asp.net used for?

690


Can you explain architecture of your project ?

720






Difference between singleton and singlecall.

669


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

667


What is .net framework and what are the main components of it?

468


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

606


Give an example of cookie abuse.

670


Describe the diffeerence between inline and code behind?

583


1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5

1860


How many types of session in ASP.NET

674


What is the parent class of all web server control?

629


Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?

669