简体   繁体   中英

GacUtil + .net framework 4.0

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?

Yes for .Net Framework 4 GAC is in this location %windir%\\Microsoft.NET\\assembly

See here Where is the .NET Framework Global Assembly Cache?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM