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
What are end points, contract, address and bindings?
Explain the five stages in a dlx pipeline? : .NET Architecture
What is .net mobile utility controls. : Microsoft dot net mobile
What is MS chart control in visual studio?
Explain pipelining? : .NET Architecture
Explain the purpose of cache? : Dot net architecture
How is the using() pattern useful? What is idisposable?
What is .net mobile images control. Explain with an example? : Microsoft dot net mobile
Explain difference between machine config vs. Web config : Dot net architecture
Are there any third party logging components available?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
Explain about continuable exceptions?
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
What does this do? Gacutil /l | find /i "corillian"
What is ILDASM ?