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
What are ASHX files?
Explain culture and uiculture values.
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
Explain how is a property designated as read-only?
Describe how to implement globalization and localization in the use interface in .net.
What is master page in dtp?
Explain file-based dependency and key-based dependency.
What is _dopostback in asp net?
Can we set master page as a start page?
How to bind all the binding controls in a page at once in ASP.NET?
Describe a Windows Service and its lifecycle ?
How to use push notification?
Explain exception handling in .net.
How about the security in Activex DLL and Activex EXE ?
Difference between response.redirect and server.transfer?