what is the dllhell? why we use the dllhell?

Answers were Sorted based on User's Feedback



what is the dllhell? why we use the dllhell? ..

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

what is the dllhell? why we use the dllhell? ..

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

what is the dllhell? why we use the dllhell? ..

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

what is the dllhell? why we use the dllhell? ..

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

Post New Answer

More ASP.NET Interview Questions

How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

0 Answers  


what is mean by framework?

3 Answers  


What is Web Application?

2 Answers   HCL,


Is viewstate enabled by default?

0 Answers  


What are HTTP handlers in ASP.NET?

0 Answers   MindCracker,






How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?

0 Answers  


If there are two web.config files in a application which config files will get priority?

5 Answers  


What are the session variables?

0 Answers  


What is JIT and how is works ?

1 Answers   Patni,


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

0 Answers  


Explain the flow of processing of the request? : asp.net mvc

0 Answers  


when to use webservice and when to use remotong diff between them

3 Answers  


Categories