---
title: "DLL Hell in .net"  
description: "DLL hell refers to the problem caused when multiple application can shared a common application like dynamic link library(DLL).DLL are inside the asse"  
author: "Anonymous User"  
published: 2010-11-03  
updated: 2014-09-18  
canonical: https://www.mindstick.com/blog/41/dll-hell-in-dot-net  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# DLL Hell in .net

DLL hell refers to the [problem](https://yourviews.mindstick.com/view/81399/tackling-the-problem-of-unemployment-during-corona-pandemic) caused when [multiple](https://www.mindstick.com/blog/12797/iowa-is-expected-to-see-heavy-growth-in-multiple-sectors) [application](https://www.mindstick.com/articles/12824/calculator-application-in-android) can shared a [common](https://www.mindstick.com/articles/23170/10-most-common-accounting-mistakes-of-small-business) application like [dynamic](https://www.mindstick.com/blog/11080/features-of-java-dynamic-complied-and-interpreted) link [library](https://www.mindstick.com/forum/34615/software-framework-vs-library)(DLL).DLL are inside the [assembly](https://www.mindstick.com/articles/25/global-assembly-cache) when an application gets compiled dll can be formed it overrides again and again so for single application [previous](https://yourviews.mindstick.com/view/81421/unlock-2-0-is-just-like-previous-corona-lockdowns) assembly can be overwrite on the existing assembly .All DLL are public. Important aspect in problem is [versioning](https://www.mindstick.com/forum/159143/what-is-dll-versioning-and-why-it-is-important). This problem can be resolved by introducing the [concept](https://www.mindstick.com/blog/79/routing-concept-in-dot-net) of versioning, by defining the various standards of versioning.

---

Original Source: https://www.mindstick.com/blog/41/dll-hell-in-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
