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 the default timeout for a cookie?
Can private assembly be used for more than one application? If so how?
Which data type does the rangevalidator control support?
What is SilverLight in ASP.NET ?
About Usage of server variables ?
What is microsoft windows sharepoint services?
Which of the following .NET framework supports Web API?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is indexing on asp.net?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Is viewstate enabled by default?
What namespaces are imported by default in ASMX files?
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)