what is the dllhell? why we use the dllhell?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5

1753


How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?

2360


In how many ways we can retrieve table records count?

528


Explain server-side scripting and client-side scripting.

507


When using the Pager object, inorder to know which page to go, which property you have to set to grid?

556






What is the used of "ispostback" property?

558


About CLR, reflection and assemblies?

1533


Why do we need master page in asp.net?

524


What is a multilingual website?

554


What is session handling in a webfarm, how it can work with its limits?

619


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

528


Explain an object, class and method.

550


Explain how asp.net different from asp?

551


Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?

542


What is the behavior of a Web browser when it receives an invalid element?

616