Search notes:

C:\Windows\assembly

%windir%\assembly was the default location for the Global Assembly Cache (GAC) before .NET Framework 4. Starting with .NET Framework 4, the default location for the GAC became %windir%\Microsoft.NET\assembly.

See also

the -link option of the C# compiler.

Index