Getting a Dll's version..
Common knowledge, to get the application version you can use Application.productversion ..
However we need to return the Version of a Dll.. I've cant seem to find where to get it .. adding Windows.forms and using the Application.productversion returns the calling EXE's version ...
Please Help ????
Thanks .. Gremmy
Re: Getting a Dll's version..
Take a look at the Version class and one of the examples.
- petter
Re: Getting a Dll's version..
Thanks Peter ...
I'll be sure to look at it, and let you know ..
Cheers.
Re: Getting a Dll's version..
You may also want to have a look at these :
FileVersionInfo Class
Or even the GetFileVersionInfo API