---
title: "Can you have Two files with the same file name in GAC?"  
description: "Can you have Two files with the same file name in GAC?"  
author: "Anonymous User"  
published: 2015-05-30  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2597/can-you-have-two-files-with-the-same-file-name-in-gac  
category: "c#"  
tags: [".net", "global assembly cache"]  
reading_time: 1 minute  

---

# Can you have Two files with the same file name in GAC?

Yes, remember that GAC is a very special folder, and while normally you would not be able to place two files with the same name into a Windows folder, GAC

## Answers

### Answer by Anonymous User

Yes, remember that GAC is a very special folder, and while normally you would not be able to place two files with the same name into a Windows folder, GAC


---

Original Source: https://www.mindstick.com/interview/2597/can-you-have-two-files-with-the-same-file-name-in-gac

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
