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 is the difference between session object and application object?
Explain security types in asp.net?
Explain the differences between clr & cts?
What is the difference between session.abandon() vs clear()?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What is Model-View-View Model?
Which method is used to force all the validation controls to run?
How is my content secured from unauthorized access?
How can you send an email message from an asp.net web page?
What is break mode?
What’s the catch?
What is difference Between Authentication and authorization?
What r the asp.net list controls and difference between them?
Which is faster union or union all?
What is http only cookie?