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

What does the "EnableViewState" property do?

2 Answers  


hi all, can we sort the data set without using the gridview sort method

1 Answers   CGI,


Should I delete cookies?

0 Answers  


step to create a strong name?

1 Answers  


Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?

0 Answers   MCN Solutions,


how to create bin folder in asp.net2.0

8 Answers  


What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.

2 Answers   Syntax Softtech,


What are the new features implemented in ASP.NET?

0 Answers   TCS,


What’s the use of “GLOBAL.ASAX” file?

0 Answers  


What is the viewstate in asp.net?

0 Answers  


What is Web Server Control Templates.?

0 Answers   MCN Solutions,


How many types of validation controls are provided by ASP.NET?

8 Answers  


Categories