Global Assembly Cache (GAC)
what is the use of GAC in the assemblies?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mukesh KumarPosted Jan 20, 2012, 12:52 AM
refer this link
http://msdn.microsoft.com/en-us/library/yf1d93sz%28v=vs.71%29.aspx
Satyapriya NayakPosted Jan 20, 2012, 12:50 AM
Global Assembly Cache :-- Assemblies can be shared among multiple applications on the machine by registering them in global Assembly cache(GAC). GAC is a machine wide a local cache of assemblies maintained by the .NET Framework. We can register the assembly to global assembly cache by using gacutil command.
We can Navigate to the GAC directory, C:\winnt\Assembly in explore. In the tools menu select the cache properties; in the windows displayed you can set the memory limit in MB used by the GAC.
Refer
http://www.c-sharpcorner.com/uploadfile/ae35ca/all-about-global-assembly-cache/default.aspx
http://www.c-sharpcorner.com/UploadFile/gsuttie/GACHell09092005073302AM/GACHell.aspx
http://www.c-sharpcorner.com/uploadfile/yougerthen/installing-an-assembly-part-ii-using-the-global-cache/default.aspx
Thanks
Dhaval PatelPosted Jan 20, 2012, 12:40 AM
refer below link
http://www.codeproject.com/KB/cs/usedllgac.aspx
Thanks & Regards
Dhaval Patel
This post help you than Mark As Accepted Answer