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
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
How can you implement encapsulation in asp.net?
What are the namespace classes used in asp.net mvc? : asp.net mvc
Explain the asp.net page life cycle.
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
How does exception management works in ASP.NET?
Write a code for sending an email from asp.net application.
How do I know asp.net mvc version? : Asp.Net MVC
What is a session in asp.net?
How ViewstateMac works?
What is web router?
List the advantages and disadvantages of user control an custom control?
How do you use viewstate?
Explain page output caching?
What is a gridview in asp.net?