SyntaxFix
Write A Post
Hire A Developer
Questions
Use this:
((AssemblyFileVersionAttribute)Attribute.GetCustomAttribute( Assembly.GetExecutingAssembly(), typeof(AssemblyFileVersionAttribute), false) ).Version;
Or this:
new Version(System.Windows.Forms.Application.ProductVersion);