Copy DLLs from GAC in Windows 7

June 14, 2010 by Alex · Comments Off
Filed under: ASP.NET, Microsoft, Windows 

Question: I develop a Microsoft .NET C# custom control module for ACT! 2010 in Windows 7.  ACT! clients need to have a copy of  ACT! assemblies (i.e. the compiled code libraries) to run properly. On my computer these files are available only in GAC in the folder of C:\Windows\assembly. When I look at the folder it does not show any DLL file but assembly symbols only. How can I make a copy of these files to create a full release package?
Read more