what is the dllhell? why we use the dllhell?

Answers were Sorted based on User's Feedback



what is the dllhell? why we use the dllhell? ..

Answer / nitin

if one application required new version of dll it would
update the dll during application installation as result of
this update other program using the dll may no longer
function properly. This type of proplem is known as DLL HELL

Is This Answer Correct ?    2 Yes 0 No

what is the dllhell? why we use the dllhell? ..

Answer / alpesh

DLL hell, basically the versioning problem of the assembly.
Which is solved by .net automatically.

Is This Answer Correct ?    1 Yes 0 No

what is the dllhell? why we use the dllhell? ..

Answer / amit@m

DLL Hell refers to the set of problems caused when multiple
application attempt t share a common component like DLL or
COM

Is This Answer Correct ?    0 Yes 0 No

what is the dllhell? why we use the dllhell? ..

Answer / anisha

DLL HELL was there in earlier version of .Net .With the
latest Version .Net handles this automatically.
It arised due to two main reasons.:-
1.> While the dll are named the name may match with those
existing by default in windows folder or if the dll has not
been updated after adding an additional functionality then
the application will throw error and this resulted in DLL
hell.This can be avoided by either updating the DLL or by
changing the version in web.config through strong tag.
2.> There may be a side effect with dll as particular
memory reference may get deleted then the application will
throw error and result in DLL hellas it wont get that
referenced memory required in the application

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is server redirect?

0 Answers  


Differentiate between Server Transfer and Response Redirect?

2 Answers   DELL, Siebel, TCS,


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

0 Answers  


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,


Define page fragment caching?

0 Answers  






What is difference between view and partial view?

0 Answers  


RequiredFieldValidator--write code in javascript

3 Answers   Wipro,


Which two properties are there on every validation control?

2 Answers  


What would be salary for 8+ years of experience in ASP.NET in different metro city in india?

0 Answers   Prompt Softech,


all asp.net interives questions

1 Answers  


What is the use of placeholder control? Can we see it at runtime?

0 Answers  


Can we Run the Application without Build

3 Answers   Emphasis,


Categories