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
What is the difference between abstract class vs interface? Can give me the real time examples?
Explain the overview of asp.net?
What are the new web part controls in asp.net 2.0 ?
Which is the parent class of the ASP.NET server control?
How long does an http session last?
What are httphandlers and httpmodules and difference between them?
What is the difference between a page theme and a global theme?
How do you do Client-side validation in .Net?
Define machine.config in .net?
Are cookies client side or server side?
What is the server of asp.net?
Explain the difference between webfarm and webgardens in .net?
What is the base class from which web forms are inherited?
Differentiate globalization and localization.
Define what is razor? : asp.net mvc