Need to add "exe" version info to a mobile device exe created in VB
Posted
by bmutch
on Stack Overflow
See other posts from Stack Overflow
or by bmutch
Published on 2010-02-01T17:36:09Z
Indexed on
2010/06/10
21:43 UTC
Read the original article
Hit count: 335
I want to add version info to my mobile device exe file and apparently the following line is not supported in CF (windows mobile 6.0), ideas?:
<Assembly: AssemblyFileVersion("1.0.0.0")>
I want to be able to to right-click on the .exe
after it is copied over to the PC and have the version displayed in a version
tab just like any other .exe
. I would then be able to read this version in code from a VB6 program.
© Stack Overflow or respective owner