I have been looking to add a label to my asp.net that has a version or build.
I found this.
System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString
The above does work.
Printable View
I have been looking to add a label to my asp.net that has a version or build.
I found this.
System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString
The above does work.
Was that the problem?Quote:
The above does work.
Bad eyesight! :)