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

What is a web server? What are the load limits in it?

576


Can we store object in viewstate?

521


What is a query string in a url?

529


What are the steps involved to fill a dataset?

543


Can asp.net work on an nt server?

545






Where the viewstate is stored after the page postback?

668


Why asp.net is used?

549


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

565


Explain the advantages of asp.net.

527


Why is an object pool required?

595


Explain login control and form authentication.

547


How do I use a proxy server when invoking a web service?

516


What is a web api endpoint?

524


What is the difference between session object and application object?

580


What are the Types of state management techniques

552