---
title: "How to retrieve File Version of Assembly Information window in ASP.NET C#"  
description: "How to retrieve File Version of Assembly Information window in ASP.NET C#"  
author: "Anonymous User"  
published: 2014-12-01  
updated: 2014-12-02  
canonical: https://www.mindstick.com/forum/12726/how-to-retrieve-file-version-of-assembly-information-window-in-asp-dot-net-c-sharp  
category: "asp.net"  
tags: ["c#", "assembly info"]  
reading_time: 1 minute  

---

# How to retrieve File Version of Assembly Information window in ASP.NET C#

I want to programmatically [retrieve](https://www.mindstick.com/forum/34400/how-to-retrieve-form-values-in-controller-action) [File](https://www.mindstick.com/articles/59/encrypting-and-decrypting-files-using-c-sharp) [Version](https://www.mindstick.com/articles/12845/things-to-remember-while-migrating-odoo-to-a-better-version) information from [Assembly](https://www.mindstick.com/articles/25/global-assembly-cache) Information [window](https://www.mindstick.com/forum/161285/how-does-the-window-console-object-work-in-javascript) in [C# code](https://www.mindstick.com/forum/403/how-to-export-data-in-excel-file-from-sql-server-using-c-sharp-code), so that I can do my further work based on that [info](https://answers.mindstick.com/qa/93284/what-can-we-write-in-about-us-column-in-basic-info-profile).

So any one have idea how do I retrieve this info?

## Replies

### Reply by Anonymous User

You can use:

FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion;


---

Original Source: https://www.mindstick.com/forum/12726/how-to-retrieve-file-version-of-assembly-information-window-in-asp-dot-net-c-sharp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
