G Guest Feb 18, 2004 #1 In stead of storing a string in my code of the current version that duplicates the assembly version, can I read the assembly version programatically? Thanks.
In stead of storing a string in my code of the current version that duplicates the assembly version, can I read the assembly version programatically? Thanks.
G Guest Feb 18, 2004 #2 Assembly.GetExecutingAssembly.GetName.Version should return the version number of the executing assembly HT David
Assembly.GetExecutingAssembly.GetName.Version should return the version number of the executing assembly HT David