Search Wiki:
Add XML comments to your VB .Net code easily and have them extracted into an XML comment file at build time.

Remark
This is a sample that is migrated from the GotDotNet website.

Download
Source Code
Last edited May 14 2008 at 3:02 AM  by StevenMSFT, version 8
Comments
PaulScarborough wrote  Aug 26 2008 at 7:59 PM  
I fixed a bug in your assembly resolve method, causes the VB Commenter to crash.
I can post the fix if you contact me.
Took me about 3 hours to fix but it's only like 10 lines of code to fix the commenter.
Peace,
Cool Project!

SLGuy wrote  Jan 6 2009 at 7:41 PM  
Is this release compatible with VS 2008?

ciceroferreira wrote  May 12 2009 at 2:54 PM  
Hi Guys... I Fixed some bugs and convert the version to VS 2008. In my VS 2008 is working fine. I can submit the source... So if you want the source enter in contact.

jamesm113 wrote  Jul 29 2009 at 5:46 PM  
Found a bug - VBcommenter only records files that end in .vb, not .VB, or .Vb, .vB. Great program tho!

jamesm113 wrote  Oct 8 2009 at 6:50 PM  
Found another bug - VBcommenter doesn't pick up functions or subroutines that have _ in the variables. Example:

public sub New(_test As String)

won't show up properly.

Updating...
Page view tracker