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 does clearing cache?

0 Answers  


What is the difference between ldap and active directory?

0 Answers  


What is the main difference between Asp.net and Vb.net?

0 Answers  


What is odata in web api?

0 Answers  


Explain the code Access Security (CAS) in .net Framework?

0 Answers  






What is a user developed application?

0 Answers  


What are Session states available and its Uses?

2 Answers   iLogic,


What is another word for redirect?

0 Answers  


How many types of session state management options available in asp.net?

0 Answers  


What is autopostback in dropdownlist in asp net?

0 Answers  


How to upload a file using file upload control inside the Update Panel???

2 Answers  


How ViewstateMac works?

0 Answers   CGI,


Categories