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
Briefly describe the role of global.asax?
What is a global postback url?
How can you identify that the page is post back?
What are the Types of chaching. How to implement caching
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is base class of button control in .net?
Is asp.net and .net are same or different?
What is intrinsic objects in asp.net?
Which method is used to enforce garbage collection in .net?
What is the difference between file-based dependency and key-based dependency?
How can we update records in gridview?Is there any appropriate code for it?
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?
COM+ Used ________________ Isolation Level
What is the use of ASP.NET routing?
What is the question mark in a url?