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

When you use Ajax controls in the ASP.NET application?

667


What are sessions used for?

646


how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly

1644


What is preprocessor in .net and type, where it use?

751


Why is the standalone environment only useful during the development process?

1465






What is the difference between application state and caching?

638


What is difference between cookies and cache?

600


Where session variables are stored?

634


Differentiate the session object and application object?

623


Explain automatic memory management in .net.

671


What is the typical session identifier?

661


Is there any property names “isnavigating”?

646


What are the two properties that are common on every validation control?

644


How u refer webservices?

1583


What does passport and windows authentication mean in ASP.NET?

747