For a proper installation of .NET4, should its assemblies be in GAC?
I only see 2 and 3.5 in there.
Is there a technique to add all .NET4 dlls like System.Web.Extensions in the GAC?
Do I basically have to re-install it?
For a proper installation of .NET4, should its assemblies be in GAC? I only
Share
The GAC for .Net 4 is actually
%windir%\Microsoft.NET\assembly.This MSDN article has additional information on the whys and wherefores in the
Know When to Use the GACsection.