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

if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....

1596


What is the difference between viewstate and hidden field in asp.net?

486


Which is better viewstate or session?

513


How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?

2362


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

621






Which is an advantage of application service providers?

489


Explain what is an assembly?

554


What is fulltrust?

559


IN an ASP.NET Web application if there is any error, how can you debug?

579


What are the validation controls available in ASP.NET?

540


How long the items in ViewState exists?

962


What are the events that happen when a client requests an asp.net page from iis server?

476


What is jade template engine?

572


What are the session management techniques asp net?

559


How do you change the session time-out value?

578