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
How does exception management works in ASP.NET?
How many ways are there to maintain a state in .net? What is view state?
What is the full meaning of asp.net?
What types of data validation events are commonly seen in the client-side form validation?
What is the extension of master page in asp.net?
What is advantage of asp.net?
Describe the difference between inline and code behind - which is best in a?
Define web services in asp.net.
What does uri mean?
Why we go for mvc instead of asp.net? : Asp.Net MVC
Describe the difference between inline and code behind - which is best in?
Where the cookie value is stored?
What is the purpose of asp.net?
calling result set one procedure to anothar procedure in sql2000
When should I use server transfer and response redirect?