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 difference in .net 1.1 and .net 2.0?

0 Answers  


what cut off mark for po's,what questions they asked for interview?

0 Answers  


Explain the benefits of viewstate?

0 Answers  


Explain server-side scripting?

0 Answers  


When should we use abtract class and Interface Class?Give an Example

4 Answers   Accenture, Cap Gemini, L&T, RM,






You have been given the task of designing a web services to expose the data that is stored in a database on the server. In order to successfully build the web services, you need to import some namespaces. What is the minimum namespace you need to import? a) System.Web b) System.WebServices c) System.Web.Services d) System.Web.ServiceModel

2 Answers   Syntax Softtech,


I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

1 Answers   Patni,


How to register exception filter globally?

0 Answers  


How does session id work?

0 Answers  


What are the asp.net server side objects?

0 Answers  


What are the new login controls in asp.net 2.0?

0 Answers  


What is boxing and unboxing in asp.net?

0 Answers  


Categories