Manually register the DevExpress 8.2.3 control to the Visual Studio toolkit.

Source: Internet
Author: User

The Department boss found a set of DevExpress 8.2.3 source code and asked me to test ASP. NET TreeList control. After installation, in addition to the Code, Sources \ DevExpress. the DLL folder contains the DLL file after Crack, but there is no Demo Source and no help documentation.

These are tolerable, but there are no controls in the Visual Studio toolbox. How can I develop them? Ah, it seems that only DIY is available!

1. Use 8.1 ToolboxCreator.exe.

My machine has installed versions 7.2 and 8.1. I decided to use the three files provided by 8.1: toolboxcreator.exe?toolboxcreator.exe. config and toolboxcreator. ini.

2. Modify the ToolboxCreator.exe File

Use ILDASM to generate the IL code, modify v8.1 in the il code to v8.2, and then use ILASM to re-compile. This is the toolboxcreator.exe file that I modified (to be decompressed using 7-Zip). You can use it directly after downloading it.

3. Command Line Registration

The modified file cannot be called directly. You must specify relevant parameters.

This time, Reflector sent the utility. According to the Code of the ParseArgs method, after setting the INI, LOG, and PATH parameters, Toolbox registration was successful. You must disable Visual Studio during registration.

  • The INI parameter is used to specify the configuration file, that is, the toolboxcreator. ini above;
  • The LOG parameter is used to input logs. It is helpful when an error occurs;
  • The PATH parameter is used to specify the PATH of the DLL file. This is the most critical parameter. In addition, if the PATH contains special characters such as spaces, it must be enclosed in double quotation marks;

The following is my command: ToolboxCreator.exe/INI: toolboxcreator. ini/LOG: gucs. log/PATH: "C: \ ProgramFiles \ Developer Express. NET v8.2 \ Sources \ DevExpress. DLL"

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.