what is the dllhell? why we use the dllhell?

Answer Posted / anisha

DLL HELL was there in earlier version of .Net .With the
latest Version .Net handles this automatically.
It arised due to two main reasons.:-
1.> While the dll are named the name may match with those
existing by default in windows folder or if the dll has not
been updated after adding an additional functionality then
the application will throw error and this resulted in DLL
hell.This can be avoided by either updating the DLL or by
changing the version in web.config through strong tag.
2.> There may be a side effect with dll as particular
memory reference may get deleted then the application will
throw error and result in DLL hellas it wont get that
referenced memory required in the application

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?

505


What describes a query?

527


A Web Service Can Only Be Written In .net. Is it True??

638


Explain the concept of event bubbling in ASP.NET?

582


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

486






Explain about the .NET framework?

569


How is mvc different from asp.net? : Asp.Net MVC

552


Describe session handling in a webfarm?

562


How to bind all the binding controls in a page at once in ASP.NET?

531


Explain the advantages of passport authentication.

509


Is it possible for me to change my aspx file extension to some other name?

586


What is postback request?

554


What is server side session management?

524


Is it possible to create web application with both webforms and mvc?

534


Why do we use web config?

520