How to determine the version of a .dll?

G

Guest

I need to write a small application that can check the version of a .dll
currently installed, and the version of the same .dll on an ftp server. If
the version on the ftp server is newer, it needs to be installed on the
machine. I'm having difficulty getting the version info from the .dll's.
Any help is greatly appreciated.

Thanks in advance,
Jeff B.
 
H

Herfried K. Wagner [MVP]

Jeff B. Jr said:
I need to write a small application that can check the version of a .dll
currently installed

Take a look at 'FileVersionInfo.GetVersionInfo'.
 
G

Guest

Mr MVP

If you would have clicked the link I posted then you will see I have coded
an example of what you just typed.
 
H

Herfried K. Wagner [MVP]

Crouchie1998 said:
If you would have clicked the link I posted then you will see I have coded
an example of what you just typed.

From <URL:http://internet.ggu.edu/university_library/conf.html>:

"
Asynchronous Methods of communication do not require you to be online or
connected at the same time as the other you are communicating with for
example as with voice mail, email or written letters.

In the online world email, lists, conferences and newsgroups are examples of
such a method of communication.
"
 

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