Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get AssemblyFileVersion At Runtime 1

Status
Not open for further replies.

TallOne

Programmer
May 14, 2004
164
US
Hi All,

Does anyone know how to get the AssemblyFileVersion at runtime? Not AssemblyVersion but AssemblyFileVersion???

TIA
 
Here's what I did

Dim sVersion As String = FileVersionInfo.GetVersionInfo(System.Reflection.Assembly.GetExecutingAssembly.Location).ProductVersion.ToString()
 
excellent work!

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top