I added an assembly to the GAC using the Visual Studio 2010 command prompt.
gacutil /i xxx
It shows a message:
Assembly successfully added to the cache.
But it's not visible in C:\WINDOWS\assembly
and I read that the .NET Framework GAC has been moved to C:\WINDOWS\Microsoft.NET\assembly
for v4.0 assemblies. I searched for my assembly there as well but I cannot find it. So where do I find the installed assembly for the .NET Framework v4.0?