Register DLL Assembly Gacutil.exe (Global Assembly Cache tool)

Source: Internet
Author: User

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)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.