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 connection pooling and how to enable and disable connection pooling?
Explain the benefits of viewstate?
Explain asp.net page life cycle?
Are cookies stored on server or client?
Is asp.net core faster?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What are the main differences between asp and asp.net?
Is it possible to create web application with both webforms and mvc?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
Can you set the session out time manually?
What is viewstate? In which event of the page life cycle, is the viewstate available?
How to bind all the binding controls in a page at once in ASP.NET?
What is the difference between client-side and server-side validations in ASP.NET?
What are the steps involved to fill a dataset?
Is asp.net web forms dead?