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
Define pipelining? : Dot net architecture
Explain .net mobile events? : Microsoft dot net mobile
What is a service class?
What is .net mobile forms? : Microsoft dot net mobile
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
Use of Enable view state ? if turn off what happen ?
What is the access level of the visibility type internal?
How do we do authentications using atlas?
Explain how cache is used? : Dot net architecture
What is an interrupt? : .NET Architecture
Define cache coherency? : Dot net architecture
What is different about namespace declaration when comparing that to package declaration in java?
What is parallel computing?
Explain the types of memory management? : .NET Architecture
What happens to the winfx technologies?