how to get file version info

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)
 
P

Peter Foot [MVP]

Can you post the code you are using?

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

Peter
 
G

Gadi

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
 

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

Top