2

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?

Ben McCormack
  • 32,086
  • 48
  • 148
  • 223

1 Answers1

2

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

Community
  • 1
  • 1
Franci Penov
  • 74,861
  • 18
  • 132
  • 169