Hello,
Using the net framework v1.1, If I want to capture the application's version
all I had to do was to use "Application.ProductVersion" code.
For the .net compact framework the "Application.ProductVersion" is not
available.
How can I get the compiled .exe version of the file using .net compact
framework?.
I am using VB.net 2003 and developing a smart device application for a
pocket pc 2003.
Thanks in advance.