What is a DLL Hell Problem in .Net?

Answer Posted / solanki_mca

DLL Hell, is kind of conflict that occured previously, due
to lack of version supportability of dll for(within) an
application.

Previously, if u had deployed any dll for particular
application, and in between u made some changes or provide
some more functionality within that application or u
enhance your application and you deploy new dll or
override existing dll, in this case ur old module which
was/were running fine with previous dll, may behaves
improperly because of new dll deployed.This called dll Hell.

This is no more exist in dot net because of different
version supportability of dll, it means old process worked
with old dll only and respond in exact manner, and new
process which starts after new dll deployed uses(executes
with) new dll and respond to user.

Is This Answer Correct ?    76 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between the web config and machine config.

640


Explain the role of global.asax?

559


What is session handling in a webfarm, how it can work with its limits?

638


What is rending process in ASP.NET?

629


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

1655






Does asp.net still recognize the global.asa file?

563


Which is better session or viewstate?

522


How can u debug your .net application?

595


How do u declare static variable and how it is declared and what is its lifetime?

531


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

525


What are the validation controls available in ASP.NET?

549


State differences between MVC and WebAPI

613


Which tool you have done?

1492


What is cas?

618


What is an imagemap in asp.net?

568