what is the dllhell? why we use the dllhell?
Answers were Sorted based on User's Feedback
Answer / nitin
if one application required new version of dll it would
update the dll during application installation as result of
this update other program using the dll may no longer
function properly. This type of proplem is known as DLL HELL
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / alpesh
DLL hell, basically the versioning problem of the assembly.
Which is solved by .net automatically.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / amit@m
DLL Hell refers to the set of problems caused when multiple
application attempt t share a common component like DLL or
COM
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anisha
DLL HELL was there in earlier version of .Net .With the
latest Version .Net handles this automatically.
It arised due to two main reasons.:-
1.> While the dll are named the name may match with those
existing by default in windows folder or if the dll has not
been updated after adding an additional functionality then
the application will throw error and this resulted in DLL
hell.This can be avoided by either updating the DLL or by
changing the version in web.config through strong tag.
2.> There may be a side effect with dll as particular
memory reference may get deleted then the application will
throw error and result in DLL hellas it wont get that
referenced memory required in the application
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc in angular?
Explain about Application and Session Events ?
Is it possible to perform data validations in the database?
What is query string with example?
How to send data through querystring to another page but it should not be displayed in URL
Explain the difference between globalization and localization techniques
How to rename a table using sql queries?
What are the new navigation controls in asp.net 2.0?
how to get modified rows from Dataset
What is difference between session and cookies?
Can we have multiple master pages in asp net?
Which library is used by the testers and developers to develop automated tests and create testing tools?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)