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
Describe the disadvantage of cookies.
Explain the difference between or and orelse?
How does asp page work?
What is skin in asp.net?
What are the validation controls available in ASP.NET?
Explain About duration in caching technique
What are directives in asp.net? List down all the important directives.
What is state management in asp.net with example?
Define page output caching?
Describe the diffeerence between inline and code behind?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is the difference between session and viewstate?
Is it right that ASP.NET Web API has replaced WCF?
Explain about asp.net state management?
Can I read the hard disk serial # of the client computer using asp.net?