Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Which control would you use if you needed to make sure the values in two different controls matched?

2 Answers  


What are main return types supported in Web API?

0 Answers  


What is the difference between Debug.Write and Trace.Write? When should each be used?

2 Answers   Infosys,


How many validators do ASP.NET have?

0 Answers   QuestPond,


Why do we need a web application session?

0 Answers  


What is indexing on asp.net?

0 Answers  


Can the unique key be null?

0 Answers  


How can we make sure that Web API returns JSON data only?

0 Answers  


What is postback and autopostback in asp.net?

0 Answers  


What is hidden field in asp.net?

0 Answers  


Is LINQ performance wise better or using sqlcommand?

1 Answers  


How does session id work?

0 Answers  


Categories