A solution that does not display comments when referencing a DLL outside a project

Source: Internet
Author: User
To reference a DLL outside a project, follow these steps to display the comments in the Class Library:
    1. The method or variable uses summary to add comments, such as: // <summary> send POST request // </Summary>
      /// <Param name = "url"> request URL </param>
      /// <Param name = "poststring"> for example, "name = xhan & Password = 1231" </param>
      /// <Param name = "encoding"> encoding used to send and receive data </param>
      /// <Returns> Server Response string </returns>
      Public static string sendpostrequest (string URL, string poststring, encoding ){
      Return "tempstr ";
      } 2. "properties" of the project --> "generate" --> "output": Select "XML document file ". 3. Copy the generated DLL file and XML file with the same name as the project to "public folder referenced by the project ". 4. Re-generate the project to reference the DLL (ensure that the XML is copied to the binfile ).

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.