So, on a Win 2008 R2 Std x64, I have 6 (six) gacutil.exe all different (not counting ones in VS folders), in:
Questions are:
x64
versions have any difference in behavior?v7.0A
versions to other v6.0A
?NETFX 4.0 Tools
versions for .NET 4.0 assemblies, and the "standard" version for the rest?Or, if there is some general type article on the subject, I will be grateful.
Update 1. Concerning Hans Passant's answer:
Update 2.
So, to me seems like one can safely use either number 3 (then .NET4.0 is unavailable) or number 5 otherwise for all GAC operations on Windows x86 and x64. And the answers to the questions are:
NETFX 4.0 Tools
version (if .NET4.0 is available) for all GAC operations.Short version: If you have .NET 4.0 installed, use NETFX 4.0 Tools
version. Otherwise it doesn't really matter.
Answers to questions:
NETFX 4.0 Tools
version. Not sure if it is possible to have a v7.0 SDK and not have .NET 4.0 installed.NETFX 4.0 Tools
version for all GAC operations.