I\'m working on a program, and I\'m trying to display the assembly FILE version
public static string Version { get {
I guess you will have to use FileVersionInfo class.
System.Diagnostics.FileVersionInfo.GetVersionInfo(FullpathToAssembly)