From: Jiri C. <di...@ci...> - 2006-02-19 14:54:04
|
js...@so... wrote: > Hi Jiri, > > Sorry to bother you and email it directly to you. Actually I expiriencing > the same problem with you, Just want to know the GAC, what it means? Hope > you can help me. GAC = Global Assembly Cache it's set of directories, where the global assemblies (always accessible) are placed. You can use the .NET Framework GUI to add files into GAC or i.e. gacutil from FB Client instalation dir. The FB Client instalation is adding these assemblies into GAC during the install (am I right Carlos?). -- Jiri Cincura http://www.cincura.net/ |