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 different pipelining hazards? : Dot net architecture
what is tracing? Where it used?
What is Object Caching in Visual Studio 2010?
Explain domestic architecture artifacts? : .NET Architecture
Explain the difference between primary & secondary storage device? : Dot net architecture
Explain about .net garbage collector?
How do I write to the application configuration file at runtime?
Explain the difference between l1 and l2 cache? : Dot net architecture
Explain what does the term "green architecture" mean? : Dot net architecture
What is the purpose of cache? How is it used? : Dot net architecture
Define pipelining? : Dot net architecture
When do I need to use gc.keepalive?
Explain some of the disadvantages due to microsoft.net?
Waht is Dot net Arcitecture
What is the use of web.config?