Hi
I'm trying to display the version number of my application on the screen using the code below.
Version = My.Application.Info.Version.ToString
When ever this line of code runs Version always ends up being 1.0.0.0 but my publish version number is 1.0.0.33
Is the My.Application.Info.Version not the same as the publish version number?
Can some one tell me what I'm doing wrong
Thanks
Simon