what is DLL Hell and how it is solved in .NET?
Answer Posted / sabari
DLL Hell is nothing but overwriting the dll in the registery. If two application are installed on a single server, one installed First and the Second Installed Later and There is a dll with same name with different functionality used in both the applications, So in this case Application one works fine all the days until application two Installed on the machine. Once the Application two is installed containing the DLL with the same name as Application one Contains then In this case the application one Fails as the DLL from Application two overwites the DLL of Application one in the Registery. So Application two works fine where as Application one Fails as the DLL is missing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What can you do with asp.net?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What is the difference between web.config and machine.config in ASP.NET?
Explain asp.net mvc request life cycle? : asp.net mvc
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Can you change a Master Page dynamically at runtime?
what cut off mark for po's,what questions they asked for interview?
Is a dll file an executable?
What is route in web api?
Is asp.net different from asp? If yes, explain how?
What is syntax code to send email from an asp.net application?
What are the differnt types of handler in ASP.NET?
What is the maximum number of classes that can be contained in one dll file?
Explain the boxing and unboxing concept in .net?