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
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What are the memory-mapped files?
What is the function used for removing an event listener?
What are the events that happen when a client requests an asp.net page from iis server?
Demonstrate Render and PreRender?
Explain how can you debug your .net application?
Can we add code files of different languages in app_code folder?
How to turn off cookies for a page?
What is the difference between trace and debug in asp.net?
What r the asp.net list controls and difference between them?
What is difference between Lambda Expression and LINQ in ASP.NET?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What is variable and constant in .net programming language?
Explain asp.net application life cycle?