what is DLL Hell and how it is solved in .NET?
Answer Posted / sunil yadav
Once I’ve got a task to solve the problem with the DLL updates. Some company supplied users with DLLs that contained classes that developers used in their C++ applications. In other words, it was some kind of a SDK in the DLL. There were no restrictions on how to use these classes, so developers derived from them while creating their applications. Soon they realized that their applications started to crash after the DLL updates. Developers were required to rebuild their applications to get versions that can work with the new DLL.
Further I will provide you with my research results on this problem, with the information I have gathered from the external sources and finally I will give my solution for one of the ‘DLL Hell’ problems.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In Code-Behind class which kind of code (server or client) is found ?
What is difference between cookies and cache?
What is a page life cycle?
What is server side session management?
What is cookies in asp net?
What are the advantages of asp.net?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
Define the steps to set up validation control.
What are the different properties of server control that exists?
What is the maximum timeout we can set for Cookies?
Is there any property names “isnavigating”?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
How do we access view state value of this page in the next page?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
How to create events for a control?