What is the DLL Hell Problem?

Answers were Sorted based on User's Feedback



What is the DLL Hell Problem?..

Answer / kinge amol

by default asembly is private it is installed in GAC by
using gacutil utility so it's shared assembly also if you
make new .sn file for done shared assembly asembly version
of previous one overrides when same .sn file to avoid this
problem use GAC and stored it in this

Is This Answer Correct ?    4 Yes 0 No

What is the DLL Hell Problem?..

Answer / kalyan chelluri

As higher version Dll overwrites lower version Dll.This
problem is referred to as dllhell .This is a drawback in Vb
and eliminated in Dotnet by the concept of assemblies.

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What is enableviewstate?

0 Answers  


What parameters can you pass in the url of the api? Can get and post use the same url?

0 Answers  


If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?

0 Answers   DELL,


Explain the difference between server control and html control.

0 Answers  


can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?

0 Answers  






If you want to write your own dot net language, what steps you will you take care?

0 Answers  


How do you declare static variable?

0 Answers  


What event handlers can I include in Global.asax ?

1 Answers  


Difference between Dataset and DataReader ?

4 Answers   Accenture, BirlaSoft, Infosys, Microsoft, Techseol,


What is shared and private assembly?

1 Answers   Accenture,


what is aspcompat? what it does?

1 Answers  


State differences between MVC and WebAPI

0 Answers  


Categories