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

Briefly describe the role of global.asax?

740


What is a global postback url?

681


How can you identify that the page is post back?

743


What are the Types of chaching. How to implement caching

745


Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc

746






What is base class of button control in .net?

721


Is asp.net and .net are same or different?

691


What is intrinsic objects in asp.net?

835


Which method is used to enforce garbage collection in .net?

587


What is the difference between file-based dependency and key-based dependency?

766


How can we update records in gridview?Is there any appropriate code for it?

1809


What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

734


COM+ Used ________________ Isolation Level

1697


What is the use of ASP.NET routing?

730


What is the question mark in a url?

683