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
Explain in what order a destructors is called.
How can we make sure that Web API returns JSON data only?
Define msil.
What are demand-paging and pre-paging?
How can you use a custom controls in ASP.NET application?
Explain http handlers? Where we can use the http handlers?
what is a .xap file? Explain with an example.
Why is an object pool required?
What are the validation controls available in ASP.NET?
Explain difference betn dataset and recordset?
What do you mean by serialize?
What I need to create and run an asp.net application?
What is considered a service provider?
What is a gridview in asp.net?
Which dll handles the request of .aspx page?