RE: XML documentation file name



Hi Bob,

MSDN document on VB.NET Project Designer says "The Generate XML document
file property is set on the Compile page of the Project Designer. When this
option is selected, XML documentation is automatically emitted into an XML
file, which will have the same as your project and the .xml extension."

The MSDN document doesn't mention there's a setting for the name of the XML
document to be generated in VB.NET projects. I tried to find in the options
window(Tools|Options), and didn't find a setting for the name of the XML
document for VB.NET projects, either.

What application types are the projects in your solution, whose own XML
document's name is incorrect, Windows Application, Class Library or
something else?

In fact, when we select the 'Generate XML document file' option in the
Compile page of the Project Designer and then save the changes, the name of
the XML document to be generated is saved to the project file. Navigate to
the project file(.vbproj) in Windows Explorer and open the project file
with Notepad. You should see the name of the XML document in the
<DocumentationFile> tag within the <PropertyGroup> tag.

I think a workaround to your problem is to modifty the name of the XML
document in the project file with Notepad manually, and then build the
project.

Hope this helps.
If you have anything unclear, please feel free to let me know.


Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • RE: Store ArrayList as Settings Object
    ... When we add a setting in the Settings tab in a project's Project designer ... The content of the xml text is like below. ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.general)
  • Re: How do I determine if a element exists in an xml file?
    ... As for the response XML document, does it have fixed schema or structure ... XML document is the reasonable approach. ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.languages.vb)
  • RE: XmlNode.InnerXml and Xml Readers / XmlDocument
    ... The xml i copied was a part of a bigger xml document that does contain the ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework)
  • Re: XMLTextReader reading too many characters
    ... It was a very simple process to delete the extra tag. ... You do know about XML ... status isn't indicative of being capable of editing an XML document. ... If you claim there is a problem with XmlTextReader and an allegedly ...
    (microsoft.public.dotnet.xml)
  • Re: Storing hierarchies from XML into relational tables
    ... You haven't made clear what sort of relational tables you plan to use to store the data from your hierarchy. ... Parent VARCHAR ... Given an xml document that represents a heirarchy: ...
    (microsoft.public.sqlserver.xml)