find out the DLL version

M

Mattias Sjögren

How can I find out the version of a DLL, if it was done with VS2005 or

Do you want the DLL version, the framework version it targets, or
both? Manually or programmatically?

The .NET 2.0 SDK contains a tool CorFlags.exe that can show you which
framework version the executable was build against.


Mattias
 
M

Mythran

Mattias Sjögren said:
Do you want the DLL version, the framework version it targets, or
both? Manually or programmatically?

The .NET 2.0 SDK contains a tool CorFlags.exe that can show you which
framework version the executable was build against.


Mattias

If you just want to find out how to get the DLL version when YOU (the
developer) wants it, open up the folder that contains the DLL, right-click
on the DLL and select Properties. Click on the "Version" tab and it shows
the version.

HTH,
Mythran
 

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