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


Please Help Members By Posting Answers For Below Questions

How do you remove duplicates without using remove duplicate stage?

618


Which protocol is used to call a web service?

569


What is globalization and localization in asp net?

496


What is diff. Between abstract class and an interface?

524


What is global.asax file used for?

563






if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

1841


How many ways are there to maintain a state in .net? What is view state?

593


What is the main differences between asp and asp.net?

527


What are the two properties that are common on every validation control?

560


What is the procedure to handle the process request using mhpm events fired? : asp.net mvc

546


Difference between Response.redirect vs server.transfer?

585


In Code-Behind class which kind of code (server or client) is found ?

599


To bind columns manually which tags do you need to add within the asp:datagrid ?

554


Explain form level validation and field level validation?

519


What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?

586