开发者

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

开发者 https://www.devze.com 2023-01-04 04: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.NE

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 prob开发者_运维技巧lem and should I be concerned that it's not showing up there?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消