XML Documentation File created without tags?

T

TN

In the project properties, I have it set to write the XML file. My file
contains many summary tags, etc. However, the XML file it always
creates is blank. Does anyone know why this would occur?



<?xml version="1.0"?>
<doc>
<assembly>
<name>Project1</name>
</assembly>
<members>
</members>
</doc>
 
H

Hillbilly

Have you viewed source? I've been using an XmlWriter and testing with
Firefox and observed it does not render raw XML reliably.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top