472,129 Members | 1,772 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,129 software developers and data experts.

find out the DLL version

xke

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

Feb 14 '07 #1
3 9165
>How can I find out the version of a DLL, if it was done with VS2005 or
>VS2003?
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

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Feb 14 '07 #2


"Mattias Sjögren" <ma********************@mvps.orgwrote in message
news:eu**************@TK2MSFTNGP05.phx.gbl...
How can I find out the version of a DLL, if it was done with VS2005 or
VS2003?

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

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
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
Feb 14 '07 #3
xke
I am going to take a look at CarFlags.exe, thanks.


On Feb 14, 5:10 pm, Mattias Sjögren <mattias.dont.want.s...@mvps.org>
wrote:
>
How can I find out the version of a DLL, if it was done with VS2005 or
VS2003?

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

--
Mattias Sjögren [C# MVP] mattias @ mvps.orghttp://www.msjogren.net/dotnet/|http://www.dotnetinterop.com
Please reply only to the newsgroup.

Feb 15 '07 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

8 posts views Thread by Siemel Naran | last post: by
3 posts views Thread by Sharon | last post: by
6 posts views Thread by Oliver Bleckmann | last post: by
4 posts views Thread by =?Utf-8?B?UnVpIE9saXZlaXJh?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.