---
title: "How’s the DLL Hell problem solved in .NET?"  
description: "How’s the DLL Hell problem solved in .NET?"  
author: "Anonymous User"  
published: 2011-05-10  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/868/how-s-the-dll-hell-problem-solved-in-dot-net  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# How’s the DLL Hell problem solved in .NET?

Assembly versioning allows the application to specify not only the library it needs to run (which was available under Win32), but also the version of the assembly.

## Answers

### Answer by Anonymous User

Assembly versioning allows the application to specify not only the library it needs to run (which was available under Win32), but also the version of the assembly.


---

Original Source: https://www.mindstick.com/interview/868/how-s-the-dll-hell-problem-solved-in-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
