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 this DLL hell problem in dotnet?
Can a virtual class be created/can a virtual method be
created inside the class?

Answer Posted / guest

DLL hell is not the problem of dot net. Dot net provided
solution for it.
DLL Hell: In windows applications some dlls are shared
ones. Suppose app1 is an application running perfectly. It
is sharing a shared dll named shared1.dll. You are
installing another application app2. Suppose app2
application is also having a shared dll named shared1.dll.
At the time of app2 installation, installer will overwrite
the shared1.dll which is already there on our system and
being shared by app1. The new shared1.dll may be different
than the previous dll which is overwritten. Now the
application app1 which is depending on overwritten
shared1.dll will become defunct. app1 will fail.
that's all about dll hell.

Dot net shared assemblies are strongly named. Different
assemblies with same name but with different version
numbers may coexist in shared folders.
This is the solution provided by dot net.

Is This Answer Correct ?    56 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain .net mobile selectionlist control? : Microsoft dot net mobile

1027


Explain about metadata?

982


What is ILDASM ?

1168


What is the importance of updatepanel control?

1116


How to improve the cache performance? : Dot net architecture

972


How to improve the cache performance? : .NET Architecture

1003


how can we achieve language interoperability through CLS? How MSIL works?

1124


What is the problem with .net generics?

1133


The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.

15143


How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts

1110


What do you know about machine.config file ?

994


Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.

999


Explain pipelining? : Dot net architecture

1050


What is difference between .net and visual studio?

1025


how we can fire event in databound column in datagrid without using button?

1079