I\'m working on a program, and I\'m trying to display the assembly FILE version
public static string Version
{
get
{
protected void Application_Start(object sender, EventArgs e)
{
_log.InfoFormat("*************{0} **** Version: {1}************ ", Assembly.GetExecutingAssembly().GetName().Name, Assembly.GetExecutingAssembly().GetName().Version);
}
Output
INFO Global - *************CustomerFile **** Version: 1.0.17.2510************