-
Extract DLL assemblies from the GAC via Mapped Drive
Sometimes we need to dig up DLL files from the depths of the Global Assembly Cache, for development purposes. Visual Studio project references may be missing and you may need those .DLL’s to get that sucker to compile. Viewing c:windowsassembly in explorer view presents a different experience than we normally get – this is for good reason so…