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

Explain the asp.net session state modes.

627


What is inproc mode in session?

517


Explain http handlers? Where we can use the http handlers?

699


Why do we need a web application session?

521


Explain the difference between debug.write and trace.write?

549






Can we have multiple web config files for an asp.net application?

547


How can we prepairing Interview

1900


Difference between using directive vs using statement?

516


What is server infrastructure & server components?

789


which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites

1682


Define globalization and localization.

574


What is the default timeout for a cookie?

564


What is windows active directory authentication?

577


What describes a query?

531


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....

1613