Reputation: 26354
I'm mostly just curious about this. Do assemblies that would be considered "part" of the .NET Framework itself always exist in the GAC?
Upvotes: 1
Views: 83
Reputation: 14350
Yes - .NET framework assemblies are installed to the GAC when the .NET framework is installed
Upvotes: 2