Is there a Microsoft tool to get the assembly version of a DLL file from a command line?
(I know that I can code my own tool.)
Is there a Microsoft tool to get the assembly version of a DLL file from a command line?
(I know that I can code my own tool.)
I used the selected answer until I got the following error
Reference assemblies should not be loaded for execution. They can only be loaded in the Reflection-only loader context.
for several assembliesusing
should work in those cases (probably all cases)
For those, like I, who come looking for such a tool:
Do you use GACUTIL?
You can get the assembly version from this command below.