what is DLL Hell and how it is solved in .NET?
Answer Posted / imtiyaz chanderki
Windows Registry can not support the multiple versions of
same com component this is called the dll hell problem.
Dll hell problem is solved by dotnet it allows the
application to specify not only the library it needs to
run but also the version of the assembly
Is This Answer Correct ? | 177 Yes | 27 No |
Post New Answer View All Answers
What is css in asp.net?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What do you mean by role-based security?
Explain the boxing and unboxing concept in .net?
Why would a company use an application service provider?
Explain what does mvc represent in asp.net? : asp.net mvc
What are the session variables?
How do I create a web form?
What is the benefit of WebAPI over WCF?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is the biggest disadvantage of “Other Return Types” in Web API?
What is view state management in asp net?
How would you turn off cookies on a page of a website?
What is GAC in ASP.NET 2.0
How does asp.net page work?