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 |
Explain the difference between asp.net mvc and asp.net webforms
Tell me Asp.net Method Overriding.
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is the difference between page directive include and action tag include?
can u debug application programatically? if yes how?
can u any one tell me clearly where is stored cache datas?
Explain the difference between server control and html control.
Which object encapsulates state or data of a user?
Can we have a web application running without web.config file?
Define what is razor? : asp.net mvc
what is mean by framework?
With example & diagram explain AutoPostBack.
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)