Results 1 to 3 of 3

Thread: Summary Tags in reference.cs

  1. #1

    Thread Starter
    Hyperactive Member GlenW's Avatar
    Join Date
    Nov 2001
    Location
    Gateshead, England
    Posts
    479

    Summary Tags in reference.cs

    Anyone know how to make my web services add summary tags to the reference.cs file VS makes when the web service is referenced?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Summary Tags in reference.cs

    You'll have to add that yourself each time you reference the web service, as that CS file is a proxy file generated for you.

  3. #3

    Thread Starter
    Hyperactive Member GlenW's Avatar
    Join Date
    Nov 2001
    Location
    Gateshead, England
    Posts
    479

    Re: Summary Tags in reference.cs

    Quote Originally Posted by mendhak
    You'll have to add that yourself each time you reference the web service, as that CS file is a proxy file generated for you.
    But I'm writing the web service, I want intellisense to work on client's machines when they develop solutions that use my web service. So they will need <summary> tags in reference.cs.
    I know I can have Description lines in the wsdl file, but it is not the easiest thing to read.
    Guess MS & W3 haven't thought it out yet.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width