From: . on
Hello, does Visual Studio have a tool that can generate a report file for an
asp.net solution/project that breaks down statistics like lines of code
count, objects, etc...? Kind of like MS Access has the 'Tools' ->
'Analyze' -> 'Documenter' feature. Thanks in advance.


From: PvdG42 on

"." <nothing(a)nothing.com> wrote in message
news:OS7y2$l5KHA.3184(a)TK2MSFTNGP05.phx.gbl...
> Hello, does Visual Studio have a tool that can generate a report file for
> an asp.net solution/project that breaks down statistics like lines of code
> count, objects, etc...? Kind of like MS Access has the 'Tools' ->
> 'Analyze' -> 'Documenter' feature. Thanks in advance.
>

In a word, no.
In the Analyze menu, you have options for code analysis (which will show you
the # of line of code) and code metrics, but like what Documenter gives you.


 | 
Pages: 1
Prev: HP iPAQ 100,
Next: Treeview Tricky Loop