Users Pricing

blog

home / developersection / blogs / dll hell in .net

DLL Hell in .net

Anonymous User 4580 03 Nov 2010 Updated 18 Sep 2014

DLL hell refers to the problem caused when multiple application can shared a common application like dynamic link library(DLL).DLL are inside the assembly when an application gets compiled dll can be formed it overrides again and again so for single application previous assembly can be overwrite on the existing assembly .All DLL are public. Important aspect in problem is versioning. This problem can be resolved by introducing the concept of versioning, by defining the various standards of versioning.


I am a content writter !


1 Comments