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
Is it possible to create web application with both webforms and mvc?
How response object is related to asp's response object?
How many types cache in asp net?
What is the main difference between Asp.net and Vb.net?
Is data edited in the Repeater control?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is data reader in asp.net?
What is the difference between the get method () and post method ()?
Explain an object, class and method.
Describe the difference between inline and code behind - which is best in?
Explain the steps needed to be performed in order to create an animation in xaml?
Why do we use web config?
What is the use of placeholder control?
What are resource file and how do we generate resource file?
How can we communicate with each server in N-tier Architecture? and what are the methods?