what is DLL Hell and how it is solved in .NET?
Answer Posted / kamlakar singh
DLL Hell refers to the set of problems caused when multiple applications attempt to share a common component like a dynamic-link library (DLL) or a Component Object Model (COM) class. In the most typical case, one application will install a new version of the shared component that is not backward compatible with the version already on the machine. Although the application that has just been installed works fine, existing applications that depended on a previous version of the shared component might no longer work. In some cases, the cause of the problem is even more subtle.
full implementation of dll hell problem go here :
http://www.mindstick.com/blog/507/DLL%20HELL%20Problem%20in%20Net
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a code for passing ArrayList in Web API?
How tooltip is set through code-behind in ASP.NET?
What is in a session cookie?
How you can manage the state of application at the server side in ASP.NET?
Name some asp objects?
What is the file through which you can customize your asp.net application?
What is application variable in asp.net?
What is distributed system in asp.net?
Which protocol is used to call a web service?
What are the Types of object in asp
What is synchronous and Asynchronous post back ?
Why select Web API?
Describe how to implement globalization and localization in the use interface in .net.
What is session and cookies in asp.net?
What are the different web pages?