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 the difference between application object and session object?

4 Answers   IBS,


What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?

0 Answers  


How to write unmanaged code and how to identify whether the code is managed /unmanaged?

4 Answers   Accenture,


When Garbage Collector will run and how its identifing whether the Object is used or Not.?

2 Answers   Verizon,


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

0 Answers  






what is a virtual class?

1 Answers   Patni,


How can you implement encapsulation in asp.net?

6 Answers   TCS,


Is asp.net and .net the same?

0 Answers  


What is the importance of Global.asax in ASP.NET?

0 Answers   B-Ways TecnoSoft,


Describe session handling in a webfarm?

0 Answers  


What are the server control tags in asp.net.?

0 Answers   MCN Solutions,


Define view state.

0 Answers  


Categories