Where does VS 2010 Tools' gacutil.exe install assemblies?

て烟熏妆下的殇ゞ 提交于 2019-12-12 17:40:48

问题


I used the Visual Studio 2010 Command Prompt's gacutil.exe to install an assembly. I expected the assembly to be added to C:\WINDOWS\assemblies, but it was instead added to C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL and is not showing up in C:\WINDOWS\assemblies. Is this a problem and should I be concerned that it's not showing up there?


回答1:


The GAC location was changed in .Net 4. Check .NET 4.0 has a new GAC, why? for details.



来源:https://stackoverflow.com/questions/3055880/where-does-vs-2010-tools-gacutil-exe-install-assemblies

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!