|
-
Aug 2nd, 2005, 06:29 AM
#1
Thread Starter
Hyperactive Member
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?
-
Aug 2nd, 2005, 06:38 AM
#2
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.
-
Aug 2nd, 2005, 07:22 AM
#3
Thread Starter
Hyperactive Member
Re: Summary Tags in reference.cs
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|