what is DLL Hell and how it is solved in .NET?

Answers were Sorted based on User's Feedback



what is DLL Hell and how it is solved in .NET?..

Answer / jyotiranjan bedi

DYNAMIC LINK LIBRARY (DLL)IS NOTHING BUT IT IS LIKE A
HEADERFILE IN .NET.IT STORE ALL THE DATA OF .NET MEANS
PREE DEFIND...THE MAIN BENIFITS OF DLL IS WE CAN REUSE IT.

Is This Answer Correct ?    0 Yes 7 No

what is DLL Hell and how it is solved in .NET?..

Answer / ashok

Dll Hell refers to a set of problems caused when multiple
applications attempt to share a common component like a
dynamic link library (DLL).
using CLR DLL problem is achevied in .net technology

Is This Answer Correct ?    34 Yes 44 No

what is DLL Hell and how it is solved in .NET?..

Answer / ajay

1. By window file protection.
2. using correct COM.

Is This Answer Correct ?    1 Yes 18 No

what is DLL Hell and how it is solved in .NET?..

Answer / sharma

This is a problem everybody faced in asp application which
uses dll created in vb6. Dll process still be in memory
even after the objest is destroyed exclusively causing the
program to restart.

.NET has a functionality call garbage collection which
wakes up every interval of time and clears the objects not
been used from the application .

Is This Answer Correct ?    64 Yes 186 No

Post New Answer

More ASP.NET Interview Questions

Explain About WebService

0 Answers   BirlaSoft,


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

0 Answers  


What is a Cookie? Where is it used in ASP.NET?

0 Answers   MindCracker,


Where viewstate value is stored in asp.net?

0 Answers  


Which type of state management is provided by Query String in ASP.NET?

0 Answers   Sans Pareil IT Services,






What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

0 Answers  


Describe a bubbled event and how it is used ?

0 Answers   Siebel,


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

0 Answers  


What methods are fired during the page load?

3 Answers  


What are HTTP handlers in ASP.NET?

0 Answers   MindCracker,


Explain diff. Betn dataset and recordset?

0 Answers  


5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?

0 Answers   Swatz Oils,


Categories