FileVersion and Assembly Version

  • Thread starter Thread starter perspolis
  • Start date Start date
P

perspolis

Hi all
I want to know diffrence between File version and Assembly version..

thanks in advance
 
I want to know diffrence between File version and Assembly version..

Here's what comes to mind.

Assembly version:
One per assembly
Stored in the assembly manifest
Part of the full assembly name

File version:
One per PE executable
Stored in the old Win32 resource format
Has no effect on .NET loading


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