adspace
Answer Posted / Jaideep Shrivastava
In traditional COM environments, DLL Hell occurs when multiple versions of a single DLL are present on a system, causing unexpected behavior due to conflicts between them. .NET solves this issue by using strong naming and versioning for assemblies (DLLs), ensuring that the correct version is loaded at runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers