today I tried a lot of time to add the AssemblyVersion AND AssemblyFileVersion to my Visual Basic exe file.
In our environment, the AssemblyVersion should always be the same, and if somebody makes some changes he will increase the AssemblyFileVersion manual.
The Problem is the following:
When I add in the project settings the assembly-version, the details of my .exe show on both (ProductFileVersion and ProductVersion) the same version number although the AssemblyInfo.vb file has the correct entries for AssemblyVersion and AssemblyFileVersion.
When I add in the project settings additionally a file version number, then both attributes within the exe file have the AssemblyFileVersion number.
I remember, that I read about this stuff already in the past and I think to remember, that the second attribute (FileVersion) is forced, but I dont remeber exactly.
Is there somebody out there, who could help me please in this matter?
So how I have to proceed to see both version-numbers in my .exe details after compiling?
Thanks for your help and best regards!