Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Said, "Assembly successfully added to the cache" but it's not in the cache

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.

like image 801
user225626 Avatar asked Feb 20 '23 04:02

user225626


1 Answers

.Net 4.0 assemblies are in a different location. They exist at C:\Windows\Microsoft.NET\assembly

like image 141
Matt Avatar answered May 03 '23 18:05

Matt