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

Source: Internet
Author: User

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

The Global Assembly Cache tool allows you to view and manipulate the Global Assembly Cache and download the 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 ).

The usage is as follows:

Method 1: (1 ). start Menu-> Microsoft Visual Studio 2010-> Visual Studio Tools-> Visual Studio Command Prompt (2010) Command Prompt, enter gacutil.exe in the console and press enter to see some parameters.

(2) enter the gacutil.exe-I dll path to complete DLL registration.

Note: If you cannot find gacutil.exe, VS2010 and VS2013 are installed on my computer.

Method 2: (1) Find gacutil.exe under path C: \ Program Files (x86) \ Microsoft SDKs \ Windows \ v8.0A \ bin \ NETFX 4.0 Tools. (Different operating systems may be different)

(2) Open cmd and enter cd C: \ Program Files (x86) \ Microsoft SDKs \ Windows \ v8.0A \ bin \ NETFX 4.0 Tools to enter the current path,

Enter gacutil/I C: \ Projects \ Code \ EAR \ Branch20130515 \ Telerik. OpenAccess. dll to complete registration.

Note: You must find gacutil.exe and enter this path to register the physical address of the corresponding dll.

The above completes the use of Gacutil.exe to register DLL, Gacutil.exe specific use see http://msdn.microsoft.com/zh-CN/library/ex0ss12c.aspx.

      

Related Article

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.