how to get file version info

  • Thread starter Thread starter Gadi
  • Start date Start date
G

Gadi

I have desktop vb.net code that uses reflection to display an about dialog
for any assembly with version info in it. I have tried the same code
(according to the help all function are supported on cf.net) in my cf.net
app (for under the emulator) but i get unsupportedexeceptions.

Any idea how to get version info a-la-desktop style in cf.net apps?

thanks
Gadi
(e-mail address removed)
 
Can you post the code you are using?

System.Reflection.Assembly.GetName().Version
Is supported in the Compact Framework

Peter
 
i was able to get the version info before. the problem i am having is
getting additional info such as company name or product title.

thanks
Gadi
 
Back
Top