---
title: "Private DLLs"  
description: "Private DLLs"  
author: "Anonymous User"  
published: 2013-05-03  
updated: 2013-05-03  
canonical: https://www.mindstick.com/forum/805/private-dlls  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# Private DLLs

Hi Experts\
I need your help about the [concept](https://www.mindstick.com/blog/79/routing-concept-in-dot-net) of [Private](https://www.mindstick.com/blog/11097/java-access-modifiers-the-public-and-the-private-modifiers) DLLs can anybody elaborate it.\
Thanx.

## Replies

### Reply by Vijay Shukla

Hi **ben reitman**

Private DLLs let you isolate a program from changes that are made to shared DLLs. Private DLLs use version-specific information or an empty .local file to enforce the version of the DLL that is used by the program. To use private DLLs, locate your DLLs in the program root folder. Then, for new programs, add version-specific information to the DLL. For old programs, use an empty .local file. Each method tells the operating system to use the private DLLs that are located in the program root folder.


---

Original Source: https://www.mindstick.com/forum/805/private-dlls

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
