ZippyTeebo
unread,Aug 12, 2010, 10:09:09 AM8/12/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
In my Visual C# project (in Visual Studio 2010 Express), I have the
following code:
/// <summary>
/// This is my namespace summary info
/// </summary>
namespace MyNamespace
When I build my project, the generated XML documentation file is up-to-
date, but the summary for the namespace is missing. The summary for
my classes and its methods do exist in the .xml file.
Therefore, when I build my documentation project using Sandcastle Help
File Builder, I get the following error:
[Missing <summary> documentation for "N:MyNamespace"]
Can someone please help me solve this?
Thank you.