0
votes
Where can I find Microsoft assemblies that are not already in Visual Studio?
If you're trying to add the assembly to the ".NET" tab in the Visual Studio "Add References" dialog box, there's a registry setting you need to make. …
2
votes
(Physical)(Installed) path of DLL installed to the GAC.
If something gets put in the GAC, it actually gets copied into a spot under %WINDIR%\assembly, like
C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll
…
