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
How do I create a web form?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Can you use c# without .net?
What is session and application variable in asp net?
How does asp page work?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Can we add code files of different languages in app_code folder?
What is a postback ispostback and autopostback in asp net?
calling result set one procedure to anothar procedure in sql2000
Differentiate between authentication and authorization.
What is the difference between the asp and asp.net?
What is Bundling and Minification in MVC?
Explain about asp.net caching?
What is query string?
What is the behavior of a Web browser when it receives an invalid element?