Fileversion

  • Thread starter Thread starter Thore Berntsen
  • Start date Start date
T

Thore Berntsen

Can anyone please help me with the following problem:

I need a functions that read fileversion info from my DLL's and EXE's (both
managed and unmanaged)

Thore Berntsen
VBD
Norway
 
for managed dll and exe's. This can work
System.Reflection.AssemblyName.GetAssemblyName("YourProgram.exe").Version
This give you back a string

Nestor
 
We have a class to read the versions from native dlls in our upcoming Smart
Device Framework, it is a subset of the System.Diagnostics.FileVersionInfo
class available in the desktop .NET framework. Hopefully we'll have a public
beta of the package pretty soon.

Peter
 

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

Similar Threads

Connection Settings 1
Storage Card 2
DEFRAGMENTATION OF STORAGE CARD 9
Globalization of Menus 3
Uniqe identification of devices 3
MSDN Help problem 5
Maarten Stryus Web Cast 1
ViewSonic V37 (A bit of topic...) 1

Back
Top