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


Please Help Members By Posting Answers For Below Questions

How to rename a table using sql queries?

572


Explain the role of global.asax?

555


What is the difference between Session and response.Redirect?

620


What are different methods of session maintenance in asp.net?

567


What is asp.net master page?

557






What is asp net application object?

543


What is the procedure to create the environment for asp.net? : asp.net mvc

517


What is asp.net file?

633


What is the difference between debug and release?

524


What does uri mean?

499


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

1674


What is the difference between runtime version and version?

509


What is custom events? How to create it?

627


What are session cookies?

547


What is difference between view state and session state?

481