Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is DLL Hell and how it is solved in .NET?

Answer Posted / libin

"DLL Hell" refers to the set of problems caused when
multiple applications attempt to share a common component
like a dynamic link library (DLL) or a Component Object
Model (COM) class. In the most typical case, one
application will install a new version of the shared
component that is not backward compatible with the version
already on the machine. Although the application that has
just been installed works well, existing applications that
depended on a previous version of the shared component
might no longer work. In some cases, the cause of the
problem is even more subtle. In many cases there is a
significant delay before a user discovers that an
application has stopped working. As a result, it is often
difficult to remember when a change was made to the machine
that could have affected the application. A user may
remember installing something a week ago, but there is no
obvious correlation between that installation and the
behavior they are now seeing. The reason for these issues
is that version information about the different components
of an application aren't recorded or enforced by the
system. Also, changes made to the system on behalf of one
application will typically affect all applications on the
machine.

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between application state and caching?

1147


Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc

1065


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

1034


What is a postback ispostback and autopostback in asp net?

956


What are sessions and cookies?

1022


Explain exception handling in .net.

1116


Which dll handles the request of .aspx page?

1009


What are the new web part controls in asp.net 2.0 ?

1106


What is asp.net web application?

1095


What is the function used for removing an event listener?

1081


Whats the difference between abstract factory pattern and factory pattern?

1073


What is in a session cookie?

1011


Explain what is viewstate?

1047


Are cookies stored on server or client?

1003


How can you send an email message from an asp.net web page?

1034