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

What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

678


Explain About duration in caching technique

729


Explain how viewstate is being formed?

625


Can you explain autopostback?

627


How you can access the values from the Repeater control in ASP.NET?

661






Describe the differences between the lifecycles of Windows services and Standard EXE?

685


Is there any limit for query string? Means what is the maximum size?

578


If 200 is for all successful operation then why do we have 201 response codes?

618


How can we create Tree control in asp.net?

677


What is app_code folder in asp net?

626


What kind of data we can store in viewstate?

680


Are cookies stored on server or client?

619


Can viewstate be accessed in another page?

598


What is the difference between server-side scripting and client-side scripting?

638


What is httpresponse?

600