cjard
Well-known member
- Joined
- Apr 25, 2006
- Messages
- 7,081
- Programming Experience
- 10+
I havent found a way to do this in the designer in either VB or C# - it just complains "A wildcard is not allowed in this field"
But if I edit the AssemblyInfo then, as per the comments, I can say that mky program is 1.0.*
Where my C# and VB now differ is that when I build and start my app in C# - the * in the version is replaced by the build and revision so i get 1.0.231.29856 or something
In VB, it just comes through as 1.0.* whenever I query the Application.ProductVersion text
Does someone know what I've missed in VB that makes it not sub in the version numbers?
But if I edit the AssemblyInfo then, as per the comments, I can say that mky program is 1.0.*
Where my C# and VB now differ is that when I build and start my app in C# - the * in the version is replaced by the build and revision so i get 1.0.231.29856 or something
In VB, it just comes through as 1.0.* whenever I query the Application.ProductVersion text
Does someone know what I've missed in VB that makes it not sub in the version numbers?