|
|
|
|
|
|
|
DLL hell Problem and solution
by
Deepak Dwij
On
Nov 12, 2011
Dll Hell refers to a set of problems caused when multiple applications attempt to share a common component like a dynamic link library (DLL).The reason for this issue was that the version information about the different components of an application was not recorded by the system.
|
|
Comments:
1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|