What is this DLL hell problem in dotnet?
Can a virtual class be created/can a virtual method be
created inside the class?
Answer Posted / rajat paliwal
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 ? | 9 Yes | 3 No |
Post New Answer View All Answers
Explain Singleton design pattern in .net
Explain 'managed' mean in the .NET context
What is a managed code? : Dot net architecture
4. Wcf- what Asych and Sych call and how that works
What is cookie less session?
how to add list of items in a web application and win application?
Explain the race around condition? How can it be overcome? : Dot net architecture
How do I stop a thread?
How to prevent my .NET DLL to be decompiled?
Name some changes done since version 3.0?
What is gui programming? : .NET Architecture
How do I know when my thread pool work item has completed?
What happens to the winfx technologies?
What is .net mobile utility controls. : Microsoft dot net mobile
Are there any third party logging components available?