I have a weird problem with versioning one of my C# binaries. I have
the usual AssemblyVersion/AssemblyFileVer sion attributes set. When I
use reflector to poke into the compiled binary I can find all the
version/company information being set correctly. However I am seeing
a confusing issue when I right click on this binary and click the
Properties option from the context menu:
On XP: the Version tab is altogether absent
On Vista: When you click on the "Details" tab all you see is a bunch
of blank fields -- I mean the usual File Description/Product Version
fields are empty.
Has anyone run into this weirdness?