what is DLL Hell and how it is solved in .NET?
Answer Posted / kobra thakur
Registry of operating system is unable to 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 ? | 24 Yes | 12 No |
Post New Answer View All Answers
What is a SESSION and APPLICATION object?
Why we go for mvc instead of asp.net? : Asp.Net MVC
What is preprocessor in .net and type, where it use?
What is a response cookie?
Are cookies client side or server side?
Why SessionID changes in every request in asp.net?
What is the server of asp.net?
What is the usage of DelegatingHandler?
What is the difference between a multi-layer and multi-tier applications?
What are the data controls available in asp.net?
Explain the difference between server control and html control.
What is Forms Authentication in ASP.NET?
Whats the difference between abstract factory pattern and factory pattern?
What are app services?
Is it possible to apply themes to an asp.net application? If yes, then how?