Auto incrementing not working

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I am using Application.ProductVersion.ToString to get the app build number
but the problem is that it does not auto increment. I have even replaced the
content of AssemblyInfo.vb file from a new project in case it was corrupt or
something but no luck. What elements effect the auto-increment of
ProductVersion so I can check those?

Thanks

Regards
 
* "John said:
I am using Application.ProductVersion.ToString to get the app build number
but the problem is that it does not auto increment. I have even replaced the
content of AssemblyInfo.vb file from a new project in case it was corrupt or
something but no luck. What elements effect the auto-increment of
ProductVersion so I can check those?

The number does not necessarily increment in + 1 steps. The number will
change only when re-opening the solution.
 
Back
Top