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 difference between session state and session variables ?
I have prepared A Dynamic website in asp.net with c# and using Ms Sql server 2005 as backend database.i am facing problem while uploading this site on my FTP address it is not accessing the database.please could u tell me how cn i upload Sqlserver database on the web and what would be the connection string...???? I am using Server=".";initial catalog=databasename;persist security info=false;integrated security=SSPI;...pleas help me... Thanks in Advance..
What are sql notifications and sql invalidations?
How can we Validate a Controls in ASP.NET page using JavaScript?
What is asp short for?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
0 Answers InfoAxon Technologies,
What is versioning in .NET?
1 Answers Syntax Softtech, Wipro,
To which class you load XML or Related Data
What's the difference between viewstate and sessionstate?
What is dataset ?
18 Answers Infosys, Kuwait University,
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
Explain Authentication mechanism in dotnet