Sorry for all the posts today. Just not been a good day.
I cant seem to figure out version numbering.
I click on the MyProject and set up the Major, Minor, MajorRevision,
MinorRevision as 1,2,3,4 respectivly.
But
Debug.WriteLine (My.Application .Info.Version.M ajor.ToString)
Debug.WriteLine (My.Application .Info.Version.M inor.ToString)
Debug.WriteLine (My.Application .Info.Version.M ajorRevision.To String)
Debug.WriteLine (My.Application .Info.Version.M inorRevision.To String)
does not return the proper values.
Its as if its grabbing the values from somehwere else.
Im basically trying to throw some versions in a label to display them but
its not grabbing the version from the myporject settings. So where do I get
/ how do I get the settings i setup in there?
Anyideas ?
Miro
I cant seem to figure out version numbering.
I click on the MyProject and set up the Major, Minor, MajorRevision,
MinorRevision as 1,2,3,4 respectivly.
But
Debug.WriteLine (My.Application .Info.Version.M ajor.ToString)
Debug.WriteLine (My.Application .Info.Version.M inor.ToString)
Debug.WriteLine (My.Application .Info.Version.M ajorRevision.To String)
Debug.WriteLine (My.Application .Info.Version.M inorRevision.To String)
does not return the proper values.
Its as if its grabbing the values from somehwere else.
Im basically trying to throw some versions in a label to display them but
its not grabbing the version from the myporject settings. So where do I get
/ how do I get the settings i setup in there?
Anyideas ?
Miro
Comment