Ask a Question related to ASP.NET Web Services, Design and Development.
-
Glen Wilkin via DotNetMonster.com #1
Web Service Comments
How can I make the Reference.cs files that VS creates from my Web Services
have the remarks tags populated with useful comments?
Can this be done?
--
Glen
Message posted via [url]http://www.dotnetmonster.com[/url]
Glen Wilkin via DotNetMonster.com Guest
-
Disable Options>Import Comments in Comments Pane
A customer asked me to replace the logic of the Comments>Import Comments menu item. I can easily find and replace this menu item with the name... -
Bug in IE with Comments
Hi! I have a big Problem using Macromedia Contribute / IE6 with <div> Tags and float:left. Look at this site:... -
OPI Comments
I am trying to use opi comments in freehand MX, Which file format s from Photoshop support opi comments. I have successfully been able to save a PS... -
comments
Is there a way to toggle the commenting of a line of code while breaking in the debugger? It seems that I have to stop the movie to close the... -
Your comments please..
I am putting this NOTE since 3 days. Many people are sharing their comments and experience. Your comments and experience are also welcome: And... -
adbarnet #2
Re: Web Service Comments
Use the Description value of the Webservice attribute:
[WebService(Description="Takes a couple of bits of your data and does
something cool with them")]
"Glen Wilkin via DotNetMonster.com" <forum@DotNetMonster.com> wrote in
message news:5209EFDBAE519@DotNetMonster.com...>
> How can I make the Reference.cs files that VS creates from my Web Services
> have the remarks tags populated with useful comments?
> Can this be done?
>
> --
> Glen
>
>
> Message posted via [url]http://www.dotnetmonster.com[/url]
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
[url]http://www.usenet.com[/url]
adbarnet Guest
-
Glen Wilkin via DotNetMonster.com #3
Re: Web Service Comments
No this only adds a Description field to the wsdl file.
I want the reference.cs file to have remarks so that users get comments in
the intellisense popups.
adbarnet wrote:-->Use the Description value of the Webservice attribute:
>
>[WebService(Description="Takes a couple of bits of your data and does
>something cool with them")]
>>> How can I make the Reference.cs files that VS creates from my Web Services
>> have the remarks tags populated with useful comments?
>> Can this be done?
Glen
Message posted via [url]http://www.dotnetmonster.com[/url]
Glen Wilkin via DotNetMonster.com Guest
-
Glen Wilkin via DotNetMonster.com #4
Re: Web Service Comments
Sorry, what I need to do is add <summary> tags to reference.cs
Still don't know how to.
Glen Wilkin wrote:-->How can I make the Reference.cs files that VS creates from my Web Services
>have the remarks tags populated with useful comments?
>Can this be done?
>
Glen
Message posted via DotNetMonster.com
[url]http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-webservices/200508/1[/url]
Glen Wilkin via DotNetMonster.com Guest



Reply With Quote

