We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

This resource has not currently been approved, and is not currently linked to from our directory of resources. It is being displayed here for preview by the author and moderators only.
Rated
Read 2,673 times

Contents

Related Categories

Object Library generators for .Net (NDoc) - Method of Vb.NET

intexture

Method of Vb.NET

For vb.net, procedure is a bit different, but the end result will be same i-e an XML file.As it is mentioned above VS.Net does not support built in facility to generate help file or XML file for Vb.Net code. In order to obtain the XML file, we will use VBCommentor plug in. This plug in will let the user to generate the comment block itself.

·         Run and install VBCommentor using setup file provided.

·         After the installation run VS.Net.

·         Go to tools and you will see option of ‘VBCommentor Options’. Click it, a new dialog box will open. As shown in figure 2.

·         Check both options and press OK. And now when ever you will run the project XML file will be generated in bin folder.

Figure 2

 

Press ‘’’ and then enter and commenting box will appear at top of class header, method header, etc. Fill in the tags with appropriate description.

 

Sr. Technical Specialist in International Turnkey Systems,Telecom Unit

Comments