What is a DLL Hell Problem in .Net?

Answer Posted / krupali patel

DLL HELL is the problem that occures when an installation
of a newer application might break or hinder other
application as newer DLLs are copied into the system and
the older application do not support or not compatible with
them. .net overcomes this problem by supporting multiple
versions of an assembly at any given time.this is called
side-by-side component versioning.

Is This Answer Correct ?    58 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Distinguish between Server-side and Client-side code?

638


Explain the difference between response.redirect vs server.transfer

710


Explain the different types of assemblies?

627


When should I use server transfer and response redirect?

596


How does session work?

588






How do u deploy your asp.net application?

689


What is asp.net response object?

643


What is session in http request?

664


What is skin in asp.net?

601


What do you mean by caching in asp.net?

639


Explain what is event bubbling?

672


What's the difference between viewstate and sessionstate?

660


What is asp net application object?

619


What is Dynamic Web and discuss its usage with the help of real life examples?

690


Define machine.config in .net?

640