Application of gacutil in BizTalk Development

Source: Internet
Author: User
Tags biztalk

BecauseProgramThe Group must be installed in GAC, so it is important to use gacutil flexibly. You can enter the following script in postbuildevent of the Library:

Call "% vs80comntools % vsvars32.bat"

Gacutil/UF $ (targetname)

Gacutil/if $ (targetpath) </postbuildevent>

 

Vs80comntools: it is an environment variable. You can go to "my computer" to see if there are any other environment variables that can be used to help us. For example, common % SystemRoot %, % WINDIR %, etc.

Targetname: the name of the Assembly.Define in % WinDir % \ Microsoft. NET \ framework \ v2.0.50727 \ microsoft.common.tar gets.

Targetpath: it is actually the path of the Assembly. It may also be defined in % WinDir % \ microsoft. net \ framework \ v2.0.50727 \ microsoft.common.tar gets in debug or release directory.

 

In fact, too many people know these skills. What's important is to put them apart and understand this idea! :)

 

 

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.