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 is session id generated?
Is viewstate secure?
How do sessions work?
Explain asp.net application life cycle?
How to you can limit Access to Web API to Specific HTTP Verb?
What are the differences between application object and session object?
How does windows service lifecycle differ from a .standard. Exe?
List some of the important session state modes of asp.net.
How do we ensure view state has not tampered?
Name the tools or API for developing or testing web api?
How to register exception filter globally?
Can you nest updatepanel within each other?
What is the difference between the get method () and post method ()?
How does exception management works in ASP.NET?
Define tracing.