Implementing the Shared Assembly
Follow these steps to install the shared assembly into the Global Assembly Cache (GAC).
Set the directory:
cd %GFCPP%
Run the GAC utility to install
Apache.Geode.Client.dll
into the GAC.gacutil.exe /if Apache.Geode.Client.dll
When you are ready to uninstall, use the /u
switch. More information on the GAC utility can be found at http://www.msdn.com, or by using gacutil.exe /?
.