---
title: "How does assembly versioning in .NET prevent DLL Hell?"  
description: "How does assembly versioning in .NET prevent DLL Hell?"  
author: "Varun Agrawal"  
published: 2011-03-18  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/494/how-does-assembly-versioning-in-dot-net-prevent-dll-hell  
category: "assembly"  
tags: ["assembly"]  
reading_time: 1 minute  

---

# How does assembly versioning in .NET prevent DLL Hell?

The concept called versioning

Versioning allow the multiple assemblies into GAC with same version name of same assembly with different version number.

## Answers

### Answer by hanmandlu vasani

The concept called versioning

Versioning allow the multiple assemblies into GAC with same version name of same assembly with different version number.


---

Original Source: https://www.mindstick.com/interview/494/how-does-assembly-versioning-in-dot-net-prevent-dll-hell

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
