Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / IDE / June 2007

Tip: Looking for answers? Try searching our database.

IntelliSense tooltip and web reference

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
rrm - 23 Jun 2007 10:01 GMT
Hi

I have a solution of 3 projects. A DocProject, a web service and class. In
the class I include the web service with a web reference and in the web
service the only function helloworld has been commented with:

''' <summary>
''' ngjlkfdgjkdfgjk
''' </summary>
''' <returns>fdgfdgfdg</returns>
''' <remarks>fdgdfgdfgfdg</remarks>
''' <exception cref="
AccessViolationException">kfjlkshfkjsfhdkjshdfkj</exception>
<WebMethod()> _
Public Function HelloWorld() As String
Return "Hello World"
End Function

In the class project I then tried to:
Imports ClassLibrary1

Public Class Class1

Public Sub test()
Dim ws As New localhost.Service1()

ws.HelloWorld()

End Sub
End Class

But when I type ws. to get the IntelliSense tooltip, with the summery, I
only get the function description without the summery.

Is there anything should to get that summery in vs2005???
rrm - 28 Jun 2007 12:30 GMT
Hi

> I have a solution of 3 projects. A DocProject, a web service and class. In
> the class I include the web service with a web reference and in the web
[quoted text clipped - 29 lines]
>
> Is there anything should to get that summery in vs2005???

If I look in the auto generated stub "Reference.vb" I see the none of the
comments are present, within that file (only <remarks/> is pressent). If I
add a comment in the file, then IntelliSense is showing the file just fine.

So how do I ensure that the comments are also available in IntelliSense in a
webservice????

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.