473,378 Members | 1,067 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

creation of the code documentation in XML

Hello,

In VS2003, for an ASP.NET web project in VB, I would like to create the
documentation from the inline xml comment like :

''' <summary>
''' comment sample
''' </summary>
public sub MySub()
end sub

I have added the compiler options "/doc" in the web config file :

<?xml version="1.0" encoding="utf-8" ?>

<configuration>
<system.web>

<compilation defaultLanguage="vb" debug="true">

<compilers>

<compiler language="vb"

extension=".vb"

type="Microsoft.VisualBasic.VBCodeProvider,system, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

compilerOptions="/doc:oser3.xxx"/>

</compilers>

</compilation>

......
But I do not get the "oser3.xxx" file, anywhere, when I build the solution.

What is wrong ?

Thanks.

Best regards.
and happy new year ;-)

Pierre.



Jan 5 '06 #1
2 1075
VS.NET 2003 does not support XML code documentation for Visual Basic. Only VS
2005 does.

"Pierre" wrote:
Hello,

In VS2003, for an ASP.NET web project in VB, I would like to create the
documentation from the inline xml comment like :

''' <summary>
''' comment sample
''' </summary>
public sub MySub()
end sub

I have added the compiler options "/doc" in the web config file :

<?xml version="1.0" encoding="utf-8" ?>

<configuration>
<system.web>

<compilation defaultLanguage="vb" debug="true">

<compilers>

<compiler language="vb"

extension=".vb"

type="Microsoft.VisualBasic.VBCodeProvider,system, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

compilerOptions="/doc:oser3.xxx"/>

</compilers>

</compilation>

......
But I do not get the "oser3.xxx" file, anywhere, when I build the solution.

What is wrong ?

Thanks.

Best regards.
and happy new year ;-)

Pierre.



Jan 5 '06 #2
It supports, but you should use some add-ins. I use VB Commenter to
automatically comment my code, like in C#. This add-in also generate
..xml file, which I use with NDoc to generate html help file

Jan 5 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Krzys! | last post by:
I'd like to create a table dynamicly. List of column in this table should be taken from select: "select distinct fiel from table " How to do it ? tnx in advance for help K.
0
by: Fiona McBride | last post by:
Hi all, I have a really odd problem with some Visual Basic .NET 2003 code; I have a program that creates a number of windows which contain RichTextBox, Timers (disabled) and menus. The code...
8
by: Sam Collett | last post by:
Is there a basic guide on Xml document creation and editing (simpler than the MSDN docs). Say I want to create a file containing the following: <?xml version="1.0" encoding="utf-8"...
2
by: Steve Long | last post by:
Hello, I'm trying to create an object at runtime. The way I used to do this in the COM (vb6) world was to use the ProgID such as: PublicWorksPlugin.PWPlug I kind of know how to do this in .NET...
3
by: Nick Dreyer | last post by:
I was quite surprised to notice that Sub New() gets called twice, once at declaration time and once at creation time. I can't figure out why it would be called at declaration if there is no class...
4
by: sakis.panou | last post by:
Hi all, Can anyone explain to me why the copy constructor of the COuterClass is getting called for this one? Let me start by saying I reckon this is seriously bad way of implementing anything of...
8
by: vasudevram | last post by:
Hi, Is there any C library (free software or open source) for PDF creation, other than PDFLib? I'm looking for such a library to use for: 1. Porting my xtopdf PDF creation/conversion...
33
by: Zytan | last post by:
I want to make a zero element array. I know that Nothing is not the same as a zero element array, since I can't get the length of, or iterate through, an array = Nothing. I could make a zero...
0
by: Ralfeus | last post by:
Hi all I'm too newbie in web services so I can't figure out what the error I made. I have a SOAP server written in PHP: <?php // Define the method as a PHP function function hello($name) {...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.