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
Define a web service in .net?
Disable browser cache for entire ASP.NET website?
What are the file extensions for razor views?
Is it right that ASP.NET Web API has replaced WCF?
What is GAC in ASP.NET 2.0
How can you pass multiple complex types in Web API?
List the events in page life cycle.
Explain the advantages of asp.net.
What is a web api endpoint?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What does uri mean?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What does asp stand for in asp.net?
Explain transparent caching with aop?
Which method is used to force all the validation controls to run?