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 cache coherency? : Dot net architecture
Explain domestic architecture artifacts? : .NET Architecture
What is .net mobile forms? : Microsoft dot net mobile
Describe the Managed Execution Process in .NET?
How will you do windows authentication and what is the namespace?
What does the term "green architecture" mean? : Dot net architecture
12. Types of polymorphisem[Run and Design Exp.]
What is the difference between an application and a program?
Session State and can i store desirialized object in state server, if yes how and if not why.
Is dim fs as filestreamobject is a managed code? : Dot net architecture
Explain about cookie less session state? : .NET Architecture
What are the new features of .net 2.0?
Tell me .net mobile emulators? : Microsoft dot net mobile
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
Explain different pipelining hazards? : Dot net architecture