C# Tutorials: How to see particular Installed Assembly in GAC

Location of GAC :
You can find the installed assembly in the path specified below.In the below given path "ClassLibrary1" is the shared assembly that I moved to GAC in my local machine.In the respective place,write your assembly name and try it.
C:\WINNT\assembly\GAC_MSIL\ClassLibrary1\1.0.0.0__9e435e4509ac3422>

For more information on assemblies and GAC Click Here

Comments