Re: Version of running exe

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



You can use Assembly.GetEntryAssembly().GetName().Version.

How do I get the version of a running exe using managed code? I can
using API calls.

Objective: display the version in the exe's about message i.e the code
will be inside the exe itself.

Thanks.



.