M
Miro
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.Major.ToString)
Debug.WriteLine(My.Application.Info.Version.Minor.ToString)
Debug.WriteLine(My.Application.Info.Version.MajorRevision.ToString)
Debug.WriteLine(My.Application.Info.Version.MinorRevision.ToString)
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.Major.ToString)
Debug.WriteLine(My.Application.Info.Version.Minor.ToString)
Debug.WriteLine(My.Application.Info.Version.MajorRevision.ToString)
Debug.WriteLine(My.Application.Info.Version.MinorRevision.ToString)
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