what is DLL Hell and how it is solved in .NET?
Answer Posted / kamlakar singh
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 fine, 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.
full implementation of dll hell problem go here :
http://www.mindstick.com/blog/507/DLL%20HELL%20Problem%20in%20Net
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do cookies store passwords?
What is the difference between localization and globalization?
What is strong-typing versus weak-typing?
Is asp.net easy to learn?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
How can you dynamically add user controls to a page?
What are different types of api?
What is the difference between GridView and Repeater controls in ASP.NET?
What is the difference between login controls and forms authentication?
Can we have multiple web config files for an asp.net application?
If you are using components in your application, how can you handle exceptions raised in a component?
Which is faster union or union all?
What is meant by server side scripting?
What is an asp.net validator? And, mention its types.
Explain what are the advantages of asp.net mvc framework? : asp.net mvc