Click here to Skip to main content
15,919,567 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

what is DLL Hell and how it is solved in .NET?



Thanks and regards
Anilkumar.M
Posted

 
Share this answer
 
v2
According to Wikipedia[^], DLL Hell is a term for the complications that arise when working with dynamic link libraries (DLLs) used with Microsoft Windows operating systems, particularly legacy 16-bit editions which all run in a single memory space.
To solve the problem in .NET, we use Strong Naming. If you need more info on Strong Naming, check it out here[^].
 
Share this answer
 
hello,

This link may help you.....

The DLL Hell - Problems and Solutions[^]
 
Share this answer
 
They replaced DLL Hell with Assembly Hell. I guess HTML5 Hell will be next.
 
Share this answer
 
Comments
barneyman 18-Jun-12 8:20am    
bravo sir! I agree completely!
We've replaced 'DLL Hell' with 'GAC smack'

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900