Said, "Assembly successfully added to the cache" but it's not in the cache
.net, .net-assembly, assemblies, com, gac
Solution
.Net 4.0 assemblies are in a different location. They exist at C:\Windows\Microsoft.NET\assembly
Problem
The feedback I got: ``` C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools>gacutil. exe /i "C:\Users\wherever\ClassLibrary1.dll" Microsoft (R) .NET Global Assembly Cache Utility. Version 4.0.30319.1 Copyright (c) Microsoft Corporation. All rights reserved. Assembly successfully added to the cache C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools> ``` But it's not in a search of the contents of ``` gacutil.exe /l | clip ``` And it's not in /Windows/assemblies I'm using .net 4.