what is DLL Hell and how it is solved in .NET?
Answer Posted / kureshi salman
DLL HELL refers to the set of problems caused when multiple
application attempt to share a common component like DLL.In
VB6 there are many DLL,Hence the programmer confused which
DLL he wants to update this situation made a s/w or product
failure.
You can avoid this problem in .net using a s/w recompiling
due to recompiling the program ,a DLL is automatically
updated.If the s/w is deployed on a machine,then You can
avoid this problem in .net using a s/w reinstalling the
program a DLL is automatically updated.
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is a 1x1 pixel?
What is the current version of asp.net?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
How do I open an ashx file?
In a Repeater control how one can provide an alternating color scheme ?
How to disable disable browser's Back button in asp.net (JavaScript)?
How do I create a web form?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Why session is more secure than cookies?
What do you mean by query string?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What is redirectpermanent in asp.net?
What is the use of autowireup in asp.net?
A web service can only be written in .net? State whether true or false.
How many types of controls are there in asp.net?