How to get the Assembly version of a file

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Hi Guys,
I know how to find the FileVersion using FileVersionInfo, but struggling to
find a way to get Assembly Version.
Any help would be appreciated.

Thanks in advance,
Steve.
 
I know how to find the FileVersion using FileVersionInfo, but struggling to
find a way to get Assembly Version.

AssemblyName.GetAssemblyName(filePath).Version


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top