Just curious, you are showing the VB.NET syntax in a C# forum. Also are you compiling in Release or Debug mode?
Main Topics
Browse All TopicsIntellisense works fine for all of the Microsoft objects I hover over, but when I use the XML commenting syntax, none of my objects recognize it for their hover overs even after I compile. How do I get it to work?
Thanks!
Ex:
''' <summary>
''' Test XML Summary...should show in intellisense
''' TODO: add more
''' </summary>
''' <param name="tran"></param>
''' <remarks></remarks>
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi Bob,
That option is checked. No intellisense showing.
Hi Ted,
I just checked C# as one of the "alternate" locations to reference this question since I believe more people use C# than VB.NET and that the problem is Visual Studio related and not language specific (hopefully).
I'm compiling in debug mode.
Thanks for the fast replies! :)
It is working now...somehow...
The Generate XML checkbox used to be checked (I verified it since creating this question) and I looked today and it was unchecked (maybe someone else checked in the project file with it disabled? I thought it was a users preference option). Re-enabling it did, in fact, allow the <summary> tags to show in intellisense, so, hurray!
Thanks again for the replies. See you all next time. :)
Business Accounts
Answer for Membership
by: TheLearnedOnePosted on 2007-09-07 at 12:45:31ID: 19850492
1) Check project properties | Compile | Generate XML documentation file is checked
2) The <summary> element should show in the Intellisense.
Bob