We recommend that you use ilmerge and Microsoft to merge multiple. NET components into one.

Source: Internet
Author: User
: Http://www.microsoft.com/downloads/details.aspx? Familyid = 22914587-b4ad-4eae-87cf-b14ae6a939b0 & displaylang = enbrief descriptionilmerge is a utility for merging multiple. net assemblies into a single. net assembly. it works on executables and DLLs alike and comes with several options for controlling the processing and format of the output. see the accompanying documentation for details.

overview ilmerge is a utility that can be used to merge multiple. net assemblies into a single assembly. ilmerge takes a set of input assemblies and merges them into one Target Assembly . the first assembly in the list of input assemblies is the Primary Assembly . when the primary assembly is an executable, then the target assembly is created as an executable with the same entry point as the primary assembly. also, if the primary assembly has a strong name, and. SNK file is provided, then the target assembly is re-signed with the specified key so that it also has a strong name.

Ilmerge is packaged as a console application. but all of its functionality is also available programmatically. note that Visual Studio 2005 does allow one to add an executable as a reference, so you can write a C # client that uses ilmerge as a library. if you are using Visual Studio 2003, you must use the V1.1 version of ilmerge and rename it to be a DLL in order to use it as a reference.

There are several options that control the behavior of ilmerge. See the documentation that comes with the tool for details.

The V2.0 version of ilmerge runs in the V2.0. net runtime, but it is also able to merge V1 or V1.1 assemblies. however it can merge PDB files only for V2 assemblies. the V1.1 version of ilmerge can only process assemblies built in the V1.1 Runtime (but does merge PDB files for those assemblies ).

Currently, ilmerge works only on Windows-based platforms. It does not yet support rotor or mono. It runs in the V2.0. Net runtime, but is also able to merge V1 or V1.1 assemblies.

If you have any problems using ilmerge please contact mbarnett _ AT _ Microsoft _ dot _ com. More details are available at the ilmerge web site.

: Http://www.microsoft.com/downloads/details.aspx? Familyid = 22914587-b4ad-4eae-87cf-b14ae6a939b0 & displaylang = en

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.