The Global Assembly Cache tool enables you to view and manipulate the global assembly cache and download cached content.
This tool is automatically installed with Visual Studio. to run this tool, use the developer command prompt (or Visual Studio command prompt in Windows 7).
Here's how to use it:
Method 1: (1). Start Menu->microsoft Visual Studio->visual Studio tools->visual Studio Command Prompt (2010) commands prompt, in the console Enter Gacutil.exe carriage return, you can see some parameters.
(2). Enter: Gacutil.exe-i DLL path, you can complete the DLL registration.
Note: If input gacutil.exe cannot be found, VS2010 and VS2013 are installed on my computer, using this method fails.
Method 2: (1). Locate 4.0 under Path C:\Program Files (x86) \microsoft Sdks\windows\v8.0a\bin\netfx Gacutil.exe Tools. (Different operating systems, may not be the same)
(2). Open cmd, enter CD C:\Program Files (x86) \microsoft Sdks\windows\v8.0a\bin\netfx 4.0 Tools, enter the current path,
Then enter gacutil/i C:\Projects\Code\EAR\Branch20130515\Telerik\Telerik.OpenAccess.dll to complete the registration.
Note: This method is mainly to find Gacutil.exe, enter the path, register the corresponding DLL where the physical address.
The above completed using Gacutil.exe registered DLL, Gacutil.exe specific use see http://msdn.microsoft.com/zh-CN/library/ex0ss12c.aspx.
Register DLL Assembly Gacutil.exe (Global Assembly Cache tool)