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
Explain the difference between asp and asp.net?
What is the difference between “Web.config” and “Machine.Config”?
Which is the parent class of the web server control?
What is the function of the ViewState property?
what are the web form events available in asp.net?
Can viewstate be accessed in another page?
What is a server farm in iis?
Explain the overview of asp.net?
What is a web pool?
What are the merits and demerits of viewstate?
How do I create a web form?
What is a web server? What are the load limits in it?
What are the different types of validation controls provided in ASP.NET?
What are the types of caching in asp.net?
What is a proxy in web service?