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

Answer Posted / tarun kumar prusty

Traditionally in com component is face this problem.Means
when we developed a application using com component at first
we have to registered under the window operating system by
using a command line tool regsvr32 (dll name) it is the
first problem and another is when we register particular
versions of same com component like V1.0.0.0 it is default
version of every dll we can easily registered.If again we
change the version like v1.0.0.1 and registered again window
operating system it will be face problem i,e window registry
can't be maintained multiple versions of same com
component.To overcome this problem Microsoft has introduce a
new concept known as ASSEMBLY here is not required to
register under operating system and window can maintain
multiple versions same assembly.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is xap important?

594


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

537


How asynchronous call can be implemented using delegates?

539


What is request and response in asp.net?

509


Why will you usually create an aspnet user account in the database for an asp.net web application?

534






Define static function?

568


What is ispostback property?

501


How Session use Cookies in State Management?

607


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

578


What is session in asp.net?

517


What is session id in web application?

490


What is Forms Authentication in ASP.NET?

577


How does asp page work?

544


What is the usage of DelegatingHandler?

589


What is a response cookie?

606