Where the Shared DLL will be stored physically after installing into GAC
Printable View
Where the Shared DLL will be stored physically after installing into GAC
Hi Kalyan,
After installing a shared assembly into GAC it is physically stored at [B]"C:\WINDOWS\assembly"[/B]
---V V---
Vikas Vaidya
[Please mark it as thank if u found the answer useful]
Hi,
you can see that at folder "C:\WINDOWS\assembly"
dll stand for Dyanamic Link Liberary.
It is recomended that if your programme has its own specific DLLs then store them into its own program Installation directory i.e. ProgrameFiles/YourCompany/YourProgramName etc. This will make sure that your progamme specific DLLs are not removed or Updated by Removal or Modification of any other programme in the PC or Network. Because the C:\WINDOWS\assembly is normally get knocked by all removal, Modification and Installation of Progammes.